Skip to content

Commit

Permalink
Ready 1.5.23 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran56 committed Mar 21, 2022
1 parent ed0a5f1 commit 29663e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
pyglet 1.5.23

Features
--------
- Windows - Add `win32_disable_shaping` option. This can improve font performance when shaping isn't required.
- Backport the latest pyglet.math module changes from the development branch.

Bugfixes
--------
- Linux - Fix crash when Gstreamer Gst bindings are not installed.
- Fix math.Vec4.clamp method.


pyglet 1.5.22

Features
Expand Down
2 changes: 1 addition & 1 deletion pyglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#:
#: Valid only if pyglet was installed from a source or binary distribution
#: (i.e. not cloned from Git).
version = '1.5.22'
version = '1.5.23'


if sys.version_info < (3, 6):
Expand Down

0 comments on commit 29663e6

Please sign in to comment.