Skip to content

Commit 23670ca

Browse files
authored
Update CHANGELOG.md (#2638)
1 parent 85052e0 commit 23670ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
99
- Drop Python 3.9 support
1010
- Disable shadow window on all platforms to provide a consistent experience
1111
- Performance
12-
- Improved performance of `arcade.SpriteList.remove()` and `arcade.SpriteList.pop()`
12+
- Improved performance of `arcade.SpriteList.remove()` ~300%
13+
- Improved `arcade.SpriteList.pop()` performance making it `O(1)` instead of `O(N)`
1314
- Improved performance of `arcade.hitbox.Hitbox.get_adjusted_points()` ~35%
1415
- Improved performance of `arcade.SpriteList.draw_hit_boxes()` ~20x
1516
- GUI
@@ -22,6 +23,8 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
2223
- Improve `arcade.gui.experimental.scroll_area.ScrollBar` behavior to match HTML scrollbars
2324
- Support drawing hitboxes using RBG or RGBA
2425
- Fixed a bug causing some events to not trigger on the window's keyboard and mouse state handlers
26+
- Many documenation fixes and improvements
27+
- Various example fixes
2528

2629
## Version 3.0.2
2730

0 commit comments

Comments
 (0)