summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-17 09:38:29 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-17 09:38:29 -0400
commitf05f0af10cdc7573fd2a4360d31304d232fadfdc (patch)
tree4f9f7c83a33c43f66825fcb64b845469024516f6 /CHANGELOG.md
parent1f4a0493368f73b99d682ecbeb004f0e2f782cc0 (diff)
parent339373f85e1eada821631ddc9150d6e3a30e2709 (diff)
downloadsdl_ios-f05f0af10cdc7573fd2a4360d31304d232fadfdc.tar.gz
Merge branch 'master' into release/4.3.0
# Conflicts: # CHANGELOG.md # README.md # SmartDeviceLink-iOS.podspec # SmartDeviceLink/Info.plist # SmartDeviceLink/SDLProxy.m # docs/Classes.html # docs/Classes/SDLAbstractProtocol.html # docs/Classes/SDLAddCommand.html # docs/Classes/SDLDebugTool.html # docs/Classes/SDLProtocol.html # docs/Classes/SDLProtocolHeader.html # docs/Classes/SDLProxy.html # docs/Classes/SDLRPCRequestFactory.html # docs/Classes/SDLSoftButton.html # docs/Classes/SDLStreamingMediaManager.html # docs/Classes/SDLSubscribeButton.html # docs/Constants.html # docs/Enums.html # docs/Enums/SDLStreamingVideoError.html # docs/Protocols.html # docs/Protocols/SDLProtocolListener.html # docs/Type Definitions.html # docs/undocumented.json
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 59e668e4e..a1708ae87 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.1.5 Release Notes
+### Bug Fixes
+* Since Apple is disallowing virtually all HTTP requests in Jan. 2017, SDLURLSession will now take all HTTP requests and attempt them over HTTPS. Some cars off the line still have HTTP URLs hardcoded into them, therefore this is a necessary precaution.
+
# 4.1.4 Release Notes
### Bug Fixes
* Fixed exception causing app to crash when SDL Core disconnects in TCP debug mode. Warning: The app may enter an undefined connection state as there is currently no retry strategy in TCP debug mode.