erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
8.11k stars 1.52k forks source link

Please provide 3.1 changelog #801

Open Clemapfel opened 6 hours ago

Clemapfel commented 6 hours ago

The current master is ahead of the last release, and 3.1 introduced breaking changes, such as renaming SmoothSegment to ChainSegment, and b2MakeOffsetBoxs signature changing.

Is there a list of all changes so I can migrate from 3.0 to 3.1? Also a 3.1 release or pre-release should be created, github has a feature to compare releases, but without a release I currently have to sift through all commits to see what exactly changed.

erincatto commented 3 hours ago

It will be a while before 3.1 is ready. My standard practice is to work on main and not update documentation until the next release.

I only recommend working off main if you are comfortable with this practice. There is a tag and release for 3.0 otherwise.