summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-01-25 09:55:10 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-01-25 09:55:10 -0500
commit1051267d4969b8f136ece2f4d5e523fe91f357aa (patch)
tree836c1c7bc4e9eba3a63af3c0bee862017725cac0
parentbe1ac673fdb27fa54053c1a65285b18be3bc913b (diff)
downloadsdl_ios-1051267d4969b8f136ece2f4d5e523fe91f357aa.tar.gz
Updated Changelog for In Progress 4.0.2 changes
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c319423d..428092bbc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# In Progress
+
+### Bug Fixes
+* IAP code no longer causes an unnecessary 3 minute background timer to be set. External Accessory applications already get all the background time they need.
+* SDLProxyListener delegate callbacks had some misnamed parameters 'request' should be 'response'.
+* SDLProxyListener was marking the wrong type for a passed delegate object. `onOnLockScreenNotification:` now correctly passes a type `SDLOnLockScreenStatus` instead of an `SDLLockScreenStatus`.
+
+### Other
+* Apple broke SDL's app launching scheme in iOS 9.0, so this code has been removed from the project. Apple fixed a bug in iOS 9.2 that alleviates much of the missing functionality.
+* The example app no longer has video and audio code, and its app type is now `MEDIA` instead of `NAVIGATION`.
+
# 4.0.1 Release notes
### Bug Fixes