File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
9
9
- Drop Python 3.9 support
10
10
- Disable shadow window on all platforms to provide a consistent experience
11
11
- 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) `
13
14
- Improved performance of ` arcade.hitbox.Hitbox.get_adjusted_points() ` ~ 35%
14
15
- Improved performance of ` arcade.SpriteList.draw_hit_boxes() ` ~ 20x
15
16
- GUI
@@ -22,6 +23,8 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
22
23
- Improve ` arcade.gui.experimental.scroll_area.ScrollBar ` behavior to match HTML scrollbars
23
24
- Support drawing hitboxes using RBG or RGBA
24
25
- 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
25
28
26
29
## Version 3.0.2
27
30
You can’t perform that action at this time.
0 commit comments