summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-17 15:41:27 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-17 15:41:27 -0400
commitb4fa90d9e32ae2a952e3749d0fc88ac5f56373fc (patch)
tree6a8c76fbfd0df193113d86cb5ca686cad57ab981 /CHANGELOG.md
parentdc895a7dd2501c00523bb16c0a30a83232774ee4 (diff)
parent3b89c1915cd60a801c81685044dc1560b01ab967 (diff)
downloadsdl_ios-b4fa90d9e32ae2a952e3749d0fc88ac5f56373fc.tar.gz
Merge branch 'master' into develop
# Conflicts: # CHANGELOG.md # README.md # SmartDeviceLink-iOS.podspec # SmartDeviceLink/Info.plist
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 702648940..64a771285 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,10 @@
* Particular RPCs can now have an additional block used with them that can be called under certain conditions. For example, RPCs that create buttons (such as soft buttons) can have a block handler that will be called when an event occurs on the button.
* Underlying the new high-level API are a few dispatchers, particularly the Notification Dispatcher which sends many notifications when new RPC notifications and responses are sent from the remote head unit. This may be used by the developer now, but will become less useful as more managers are released.
+# 4.2.1 Release Notes
+### Bug Fixes
+* Fixed SDLStreamingMediaManager encryption status not being set properly (#433, #434).
+
# 4.2.0 Release Notes (since Beta 1)
### Enhancements
* The Streaming Media Manager will now provide a CVPixelBufferPool with default settings so that you don't have to create one yourself.