summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-02-25 13:27:19 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-02-25 13:27:19 -0500
commitca00a9d0dabf997e2f1866489146bb5afce3c0c2 (patch)
treee5ce0b97bd916a65ba3dab85ef1a04b42e575268 /CHANGELOG.md
parent0c2034a878ea3b8e80df4960cc786fc6d624bf28 (diff)
downloadsdl_ios-ca00a9d0dabf997e2f1866489146bb5afce3c0c2.tar.gz
Update version number to 4.0.24.0.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbe85e816..a5c29d44a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# In Progress
+# 4.0.2 Release Notes
### Bug Fixes
* Debug logging is a bit better designed and is faster, and file logging happens on a separate queue.
@@ -7,11 +7,13 @@
* SDLProxyListener was marking the wrong type for a passed delegate object. `onOnLockScreenNotification:` now correctly passes a type `SDLOnLockScreenStatus` instead of an `SDLLockScreenStatus`.
* Return `nil` if an object was never set to an RPC. This fixes many unit tests.
* Don't allow `SDLRPCStruct` to initialize with a `nil` backing store. This fixes unit tests.
+* MTU size has been fixed to be base 8 based instead of base 10.
### 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`.
* Travis CI builds are fixed
+* Pull-Request and Issue templates have been added
# 4.0.1 Release notes