We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e2131d + 4f940df commit 08a526eCopy full SHA for 08a526e
CHANGELOG.md
@@ -3,15 +3,17 @@
3
You can grab pre-release versions from PyPi. See the available versions from the
4
Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
5
6
-
7
-## Version 3.1.1 (unreleased)
+## Version 3.1.2 (unreleased)
8
9
- GUI
10
- Fix `UIScrollArea.add` always returning None
11
- Support `layer` in `UIView.add_widget()`
12
+## Version 3.1.1
13
+
14
+* Text objects are now lazy and can be created before the window
15
-## Version 3.1
16
+## Version 3.1.0
17
18
- Drop Python 3.9 support
19
- Disable shadow window on all platforms to provide a consistent experience
0 commit comments