OSDN Git Service

updated CHANGES file
authorbadlogic <badlogicgames@gmail.com>
Sat, 23 Mar 2013 11:09:19 +0000 (12:09 +0100)
committerbadlogic <badlogicgames@gmail.com>
Sat, 23 Mar 2013 11:09:19 +0000 (12:09 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 12125eb..bd7ad65 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
 [0.9.9]
+- Updated Box2D to the latest trunk. Body#applyXXX methods now take an additional boolean parameter.
 - TmxMapLoader has a flag in Parameters that lets you specify whether to generate mipmaps
 - Animation#isAnimationFinished was fixed to behave as per javadocs (ignores looping)
 - remove GLU interface and implementations. Use Matrix4 et al instead. see http://www.badlogicgames.com/wordpress/?p=2886