Skip to content

Commit 6d90979

Browse files
committed
Updates to CHANGELOG for version 1.3.2
1 parent 5f706e5 commit 6d90979

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.3.2
2+
=====
3+
* PMTweenPhysicsUnit now updates its physics system independently of property updates, at a frequency of 120 fps by default (to provide double the resolution of a normal 60fps app). This can be changed by PMTweenPhysicsUnit's new property physicsTimerInterval.
4+
* PMTweenPhysicsSystem now handles friction values with less accumulated error.
5+
* PMTweenPhysicsUnit's velocity is now expressed in units per second. Prior to this the velocity acted as units per frame, which obviously caused inconsistent simulations.
6+
* Minor updates to the Examples project.
7+
18
1.3.1
29
=====
310
* Updated project architecture to use single header import

0 commit comments

Comments
 (0)