summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-23 11:14:56 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-23 11:14:56 -0400
commit87f08bf0f8351f48486b87fa6d1021f7eb389968 (patch)
tree83e7805a0612ab2fe90be6f406874535bf8971d2 /CHANGELOG.md
parent706ea518056c031f0c5b4c70a2c9de3506f73f18 (diff)
parent27b3272028d9bfab83c1f90a0e03c7bb79753983 (diff)
downloadsdl_ios-87f08bf0f8351f48486b87fa6d1021f7eb389968.tar.gz
Merge branch 'master' into release/4.3.0
# Conflicts: # CHANGELOG.md # SmartDeviceLink-iOS.podspec # SmartDeviceLink/Info.plist # SmartDeviceLink/SDLProxy.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 e85f2f693..ca969272e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,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.3 Release Notes
+### Bug Fixes
+* Fixed HTTPS URL schemes not properly uploading data (#432, #438).
+
# 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).