Skip to content

Commit e93aae9

Browse files
committed
Update news.rst
1 parent 43c996a commit e93aae9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/news.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ This describes the latest changes between the PySDL2 releases.
66
-----
77
Released 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

1028
0.9.7
1129
-----

0 commit comments

Comments
 (0)