Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arcade/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.2
3.3.3