diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9e349f6..624e64b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ You can grab pre-release versions from PyPi. See the available versions from the Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page. +## 4.0.0.dev2 + +### Fixes +- Fixes to camera module handling framebuffer changes. See [2802](https://github.com/pythonarcade/arcade/pull/2802) +- Small fixes to new easing functions. See [2810](https://github.com/pythonarcade/arcade/pull/2810) + +### Breaking Changes +- Updated pyglet to 3.0.dev2 +- Small changes to the new input package between 4.0.0.dev1 and dev2. Namely `ControllerAxes` renamed/split to `ControllerSticks` and `ControllerTriggers`. There are more underlying changes which shouldn't impact the public API of InputManager. + ## 4.0.0.dev1 ### New Features diff --git a/arcade/VERSION b/arcade/VERSION index bcadb7501..443a7b896 100644 --- a/arcade/VERSION +++ b/arcade/VERSION @@ -1 +1 @@ -4.0.0.dev1 \ No newline at end of file +4.0.0.dev2