packages feed

Hipmunk-5.1.0: NEWS

Version 5.1.0
=============
 - Updated to Chipmunk 5.0 revision 402.  'setElasticIterations'
   is now deprecated.
 - New, revamped callback system.  See module
   "Physics.Hipmunk.Callbacks".
 - Support for the new ratchet joint.  Thanks, Owen Anderson.
 - Support for limits on linear and angular velocities.
 - @shapePointQuery@ and @shapeSegmentQuery@ don't filter groups
   and layers anymore.

Version 5.0.1
=============
 - Updated dependencies for GHC 6.12.  Thanks, dons.

Version 5.0.0
=============
 - Updated for a prerelease of Chipmunk 5.0 from subversion
   revision 192.  Besides bugfixes this new version brings the
   long awaited new constraints type, doubling the number of
   different joint from four to nine.

Version 0.2.2
=============
 - Update Chipmunk to version 4.1.0.

Version 0.2.1
=============
 - Small fix for GHC 6.10. Thanks Pekka Karjalainen and Creighton Hogg
   for the reports, and sorry for the delay.

Version 0.2
===========
 - Fix a subtle bug within Space that would keep some ForeignPtr's
   alive longer than needed, thus leaking memory.


Version 0.1
===========
 - Initial public release.