summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-18 15:08:44 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-18 15:08:44 -0400
commit054b4789a82a74a7d47c31ee60dee16e535354d9 (patch)
tree0915de8fee52bce9f8c9b6b5228bf84e53073235 /CHANGELOG.md
parentdca6de7ecfd931ad7bee9daf8eb6f488f81c156c (diff)
parent13ce1878d5b13fcb4cfbb8504dadc28fce76d977 (diff)
downloadsdl_ios-054b4789a82a74a7d47c31ee60dee16e535354d9.tar.gz
Merge branch 'master' into release/4.3.0
# Conflicts: # CHANGELOG.md # SmartDeviceLink-iOS.podspec # SmartDeviceLink/Info.plist # SmartDeviceLink_Example/Classes/ProxyManager.h # SmartDeviceLink_Example/Classes/ProxyManager.m
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 640f5c157..2349938d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,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.2 Release Notes
+### Bug Fixes
+* Fixed HTTP URL schemes not being properly altered to HTTPS to account for App Transport Security (#432, #436).
+
# 4.2.1 Release Notes
### Bug Fixes
* Fixed SDLStreamingMediaManager encryption status not being set properly (#433, #434).