소스 검색

Updated WhatsNew.txt for 2.0.7 changes

Sam Lantinga 7 년 전
부모
커밋
0e495e83dd
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      WhatsNew.txt

+ 16 - 0
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:
 ---------------------------------------------------------------------------