We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ea50b commit 441287bCopy full SHA for 441287b
CHANGELOG.md
@@ -15,6 +15,10 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
15
- Introduce `arcade.SpriteSequence[T]` as a covariant supertype of `arcade.SpriteList[T]`
16
(this is similar to Python's `Sequence[T]`, which is a supertype of `list[T]`)
17
and various improvements to the typing of the API that leverage it
18
+- Fixed a nasty memory leak in texture atlases. This only affects projects managing their own atlases
19
+- Fixed a bug causing some events to not trigger on the window's keyboard and mouse state handlers
20
+- New minimum pyglet version is now 2.1.5
21
+- Some shaders programs were rewritten to not use geometry shaders in preparation for webgl support
22
23
## Version 3.1.0
24
0 commit comments