summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-02-24 11:10:48 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-02-24 11:10:48 -0500
commit1109f73e492a593c1d1c53ed6d19999c5e5f16f3 (patch)
tree2bce2de15ee794f214015958c61836fc8175f525 /CHANGELOG.md
parent77d473bc5a46ba3b00b22c243f9e6b4233809d01 (diff)
downloadsdl_ios-1109f73e492a593c1d1c53ed6d19999c5e5f16f3.tar.gz
Update to v4.5.44.5.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b18a45934..27a7b1eb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 4.5.4 Release Notes
+### Bug Fixes
+* Streaming video will not crash if data is unexpectedly NULL.
+* SDL now compiles on Xcode 8.3.
+* Lockscreen will now appear appropriately when it's remote HMI is in the background.
+* Internal state machines now throw more descriptive exceptions.
+
+
# 4.5.3 Release Notes
### Bug Fixes
* `SDLManager`'s `delegate` method `hmiLevel:didChangeToLevel:` now only triggers when the HMI level changes, instead of whenever an `onHMIStatus` is received.