diff --git a/CHANGELOG.md b/CHANGELOG.md index 349f707a7e..9350a9ce3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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. -## Unreleased +## 3.3.3 - Support for Python 3.14 - Fixes a bug with the `check_for_collision_with_lists` function. This function is intended to mimic the functionality of @@ -19,7 +19,8 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page. - PyInstaller - Fixed an issue where imports for backends for the `arcade.gl` package could not be discovered by PyInstaller. - Since 3.3.0 users have needed to add these hidden imports via the pyinstaller CLI in order for Arcade to work. See [2764](https://github.com/pythonarcade/arcade/pull/2764) + Since 3.3.0 users have needed to add these hidden imports via the pyinstaller CLI in order for Arcade to work. + See [2764](https://github.com/pythonarcade/arcade/pull/2764) - GUI - Fix a bug, where the caret of UIInputText was misplaced after resizing the widget diff --git a/arcade/VERSION b/arcade/VERSION index 5436ea06e3..3f09e91095 100644 --- a/arcade/VERSION +++ b/arcade/VERSION @@ -1 +1 @@ -3.3.2 \ No newline at end of file +3.3.3 \ No newline at end of file