Skip to content

Commit

Permalink
- release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusva committed Sep 30, 2017
1 parent 128af7f commit 20e0d09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Sven Eckelmann, Marcel Rodrigues, Michael McCandless, Andreas Schiefer,
Franz Schrober, Roger Flores, otus, Mihail Latyshov, Todd Rovito, Bil Bas,
Dan McCombs, William Manire, Radomir Dopieralski, Joe Polak, Jordan F, DR0ID,
Filip M. Nowak, David Farler, Max Bareiss, Kenneth Long, Robert Winkler,
Jones Romao, smea lum, Linus Heckemann, DBLobster
Jones Romao, smea lum, Linus Heckemann, DBLobster, Michael Noronha
13 changes: 13 additions & 0 deletions doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ Release News
============
This describes the latest changes between the PySDL2 releases.

0.9.6
-----
Released on 2017-09-30.

* updated :mod:`sdl2` to include the latest changes of SDL2 (release 2.0.6)
* fixed issue #98: wrap :func:`sdl2.SDL_GetHintBoolean()` correctly
* fixed issue #99: wrap :func:`sdl2.sdlmixer.Mix_PausedMusic()` correctly
* fixed issue #104: :meth:`sdl2.ext.Resources.scan()` shows the correct path on errors now
* fixed issue #106: fix :meth:`TextureSprite.__repr__()` for an unset `center` property
* fixed some minor GC issues in :mod:`sdl2.ext.sprite` and :mod:`sdl2.ext.font`
* fixed the `__getattr__` implementation for :class:`sdl2.ext.ebs.Entity`
* fixed background colour handling for multiline text surfaces

0.9.5
-----
Released on 2016-10-20.
Expand Down

0 comments on commit 20e0d09

Please sign in to comment.