diff --git a/changes.txt b/changes.txt index 1b63e5b2b..13c08dfd6 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,7 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans + 2006 June 17 Frank Richter Bumped version in configure.ac to 1.5.6 (assuming that "1.5f" is the next version released). @@ -10,6 +11,9 @@ Erwin Coumans Disabled exceptions for gcc builds. Applied a patch from Michael D. Adams to fix a warning with gcc. +2006 June 16 Erwin Coumans + Constraints now merge simulation islands. + 2006 May 24 Improved GJK accuracy, fixed GjkConvexCast issue, thanks to ~MyXa~ for reporting