File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
15
15
- Introduce ` arcade.SpriteSequence[T] ` as a covariant supertype of ` arcade.SpriteList[T] `
16
16
(this is similar to Python's ` Sequence[T] ` , which is a supertype of ` list[T] ` )
17
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
18
22
19
23
## Version 3.1.0
20
24
You can’t perform that action at this time.
0 commit comments