浏览代码

Adding WhatsNew.txt changes

...before I forget them.
Gabriel Jacobo 11 年之前
父节点
当前提交
d0d07decc1
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      WhatsNew.txt

+ 10 - 0
WhatsNew.txt

@@ -4,12 +4,22 @@ This is a list of major changes in SDL's version history.
 ---------------------------------------------------------------------------
 ---------------------------------------------------------------------------
 2.0.2:
 2.0.2:
 ---------------------------------------------------------------------------
 ---------------------------------------------------------------------------
+General:
+* Added an API to load a database of Game Controller mappings from a file:    
+    SDL_GameControllerAddMappingsFromFile
+    
+Windows:
+* Support for OpenGL ES 2.x contexts using either WGL or EGL (natively via
+  the driver or emulated through ANGLE)
 
 
 Android:
 Android:
 * Joystick support (minimum SDK version required to build SDL is now 12, 
 * Joystick support (minimum SDK version required to build SDL is now 12, 
   the required runtime version remains at 10, but on such devices joystick 
   the required runtime version remains at 10, but on such devices joystick 
   support won't be available).
   support won't be available).
 
 
+Linux:
+* Fixed fullscreen and focused behavior when receiving NotifyGrab events
+
 
 
 ---------------------------------------------------------------------------
 ---------------------------------------------------------------------------
 2.0.1:
 2.0.1: