diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f55a5af5..2648d706c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,13 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page. - Improved performance of `arcade.hitbox.Hitbox.get_adjusted_points()` ~35% - Improved performance of `arcade.SpriteList.draw_hit_boxes()` ~20x - GUI - - `arcade.gui.widgets.text.UIInputText` - - now supports styles for `normal`, `disabled`, `hovered`, `pressed` and `invalid` states - - provides a `invalid` property to indicate if the input is invalid - - Added experimental `arcade.gui.experimental.UIRestrictedInput` - a subclass of `UIInputText` that restricts the input to a specific set of characters - - `arcade.gui.NinePatchTexture` is now lazy and can be created before a window exists allowing creation during imports. - - Improve `arcade.gui.experimental.scroll_area.ScrollBar` behavior to match HTML scrollbars + - `arcade.gui.widgets.text.UIInputText` + - now supports styles for `normal`, `disabled`, `hovered`, `pressed` and `invalid` states + - provides a `invalid` property to indicate if the input is invalid + - Added experimental `arcade.gui.experimental.UIRestrictedInput` + a subclass of `UIInputText` that restricts the input to a specific set of characters + - `arcade.gui.NinePatchTexture` is now lazy and can be created before a window exists allowing creation during imports. + - Improve `arcade.gui.experimental.scroll_area.ScrollBar` behavior to match HTML scrollbars - Support drawing hitboxes using RBG or RGBA ## Version 3.0.2