Skip to content

Commit 441287b

Browse files
authored
Update CHANGELOG.md (#2680)
1 parent 84ea50b commit 441287b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
1515
- Introduce `arcade.SpriteSequence[T]` as a covariant supertype of `arcade.SpriteList[T]`
1616
(this is similar to Python's `Sequence[T]`, which is a supertype of `list[T]`)
1717
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
1822

1923
## Version 3.1.0
2024

0 commit comments

Comments
 (0)