summaryrefslogtreecommitdiff
path: root/WhatsNew.txt
diff options
context:
space:
mode:
authorGabriel Jacobo <gabomdq@gmail.com>2013-11-05 20:07:39 -0300
committerGabriel Jacobo <gabomdq@gmail.com>2013-11-05 20:07:39 -0300
commita9761dfa5f747337d9809701a4a225bf1ad2cbf0 (patch)
tree3cd2cdf6946f6afdc5cdf0941c118d41dc114a81 /WhatsNew.txt
parent5efa338aa294ff7c653dc4d00fe5ce74c7c28bd0 (diff)
downloadsdl-a9761dfa5f747337d9809701a4a225bf1ad2cbf0.tar.gz
Adds Joystick support for Android
This bumps the build SDK level to 12 (up from 10). Runtime requirements remain the same (at API level < 12 joystick support is disabled). Also enables building SDL for armv7 and x86.
Diffstat (limited to 'WhatsNew.txt')
-rw-r--r--WhatsNew.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/WhatsNew.txt b/WhatsNew.txt
index 5ac78c513..36afc564c 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -2,6 +2,16 @@
This is a list of major changes in SDL's version history.
---------------------------------------------------------------------------
+2.0.2:
+---------------------------------------------------------------------------
+
+Android:
+* Joystick support (minimum SDK version required to build SDL is now 12,
+ the required runtime version remains at 10, but on such devices joystick
+ support won't be available).
+
+
+---------------------------------------------------------------------------
2.0.1:
---------------------------------------------------------------------------