Updated WhatsNew.txt for 2.0.7 changes

This commit is contained in:
Sam Lantinga 2017-10-10 20:16:52 -07:00
parent 8446d4a05a
commit 0e495e83dd
1 changed files with 16 additions and 0 deletions

View File

@ -1,6 +1,22 @@
This is a list of major changes in SDL's version history.
---------------------------------------------------------------------------
2.0.7:
---------------------------------------------------------------------------
General:
* Added locking functions for multi-threaded access to the joystick and game controller APIs:
SDL_LockJoysticks()
SDL_UnlockJoysticks()
* The following functions are now thread-safe:
SDL_SetEventFilter()
SDL_GetEventFilter()
SDL_AddEventWatch()
SDL_DelEventWatch()
General:
---------------------------------------------------------------------------
2.0.6:
---------------------------------------------------------------------------