From 0e495e83dd464202e70fad6efa4c722c0be9946a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 10 Oct 2017 20:16:52 -0700 Subject: [PATCH] Updated WhatsNew.txt for 2.0.7 changes --- WhatsNew.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/WhatsNew.txt b/WhatsNew.txt index 38e0496234fe2..9e845f5cd4c37 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -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: ---------------------------------------------------------------------------