Skip to content

Commit ffd6c70

Browse files
committed
update release log for v14.4.0
1 parent 724ad9b commit ffd6c70

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

release-notes.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Release log for the Libbulletjme project
22

3+
## Version 14.4.0 released on 20 May 2022
4+
5+
+ When allocating direct buffers, specify *native* byte order.
6+
+ Added math methods:
7+
+ `FastMath.pow(float, float)`
8+
+ `MyMath.modulo(float, float)`
9+
+ `MyMath.standardizeAngle(float)`
10+
+ `MyMath.toDegrees(float)`
11+
+ `MyMath.toRadians(float)`
12+
+ `MyVector3f.accumulateScaled(Vector3f, Vector3f, float)`
13+
+ `Transform.loadIdentity()`
14+
+ `Vector3f.divide(Vector3f)`
15+
+ `Vector3f.mult(float)`
16+
+ Added math constants:
17+
+ `FastMath.TWO_PI`
18+
+ `MyMath.DEG_TO_RAD`
19+
+ `MyMath.RAD_TO_DEG`
20+
+ `MyMath.rootHalf`
21+
+ `MyVector3f.firstAxis`
22+
+ `MyVector3f.lastAxis`
23+
+ Added string methods:
24+
+ `MyString.escape(CharSequence)`
25+
+ `MyString.quote(CharSequence)`
26+
+ Added validation methods:
27+
+ `Validate.axisIndex(int, String)`
28+
+ `Validate.finite(float, String)`
29+
+ `Validate.nonEmpty(String, String)`
30+
+ Log the filename passed to `System.load()` in order to simplify debugging.
31+
332
## Version 14.3.0 released on 11 April 2022
433

534
Added the `GearJoint` class.

0 commit comments

Comments
 (0)