From 5da3989f4ab6bcd6534e3fbdc66f8de55eed4edc Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Sat, 14 Feb 2026 13:56:24 -0500 Subject: [PATCH] Update version and changelog for 4.0.0.dev2 --- CHANGELOG.md | 10 ++++++++++ arcade/VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9e349f60..624e64b3fa 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 bcadb75013..443a7b8969 100644 --- a/arcade/VERSION +++ b/arcade/VERSION @@ -1 +1 @@ -4.0.0.dev1 \ No newline at end of file +4.0.0.dev2