File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ This describes the latest changes between the PySDL2 releases.
66-----
77Released on XXXX-XX-XX.
88
9+ New Features:
10+
11+ * Updated to wrap new functions and constants in introduced in SDL2 2.0.12
12+ and 2.0.14 (PR #163 & #181)
13+ * Fixed DLL loading issues with Python installed from the Microsoft Store
14+ on Windows (PR #185)
15+ * Added informative errors for when the newest SDL2 binaries found on the
16+ system are too old to be used by PySDL2 (issue #165)
17+
18+ Fixed bugs:
19+
20+ * Fixed ``NameError `` when calling ``SDL_SetColorKey ``, by @mgorny (PR #166)
21+ * Improved detection of SDL2 binaries on macOS, by @pvallet (PR #177 & #178)
22+ * Fixed a bug preventing ``sdl2.ext.font.BitmapFont `` from being able to
23+ render, by @namelivia (PR #181)
24+ * Fixed ``sdl2.ext.Window.show `` behaviour under Wayland (issue #139)
25+ * Fixed a minor bug with the ``helloworld.py `` example (issue #174)
26+
927
10280.9.7
1129-----
You can’t perform that action at this time.
0 commit comments