summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-17 13:36:36 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-17 13:36:36 -0400
commit34abd39c87d4e17cb679643ebd8eff0dc9e5c3c6 (patch)
tree1ddd30bf87bf993c61b5285b059fc80712167d6b /CHANGELOG.md
parent8366aa44d300cf2ca5c73488b34bb7110fc11914 (diff)
parent339373f85e1eada821631ddc9150d6e3a30e2709 (diff)
downloadsdl_ios-34abd39c87d4e17cb679643ebd8eff0dc9e5c3c6.tar.gz
Merge branch 'master' into release/4.2.04.2.0
# Conflicts: # CHANGELOG.md # README.md # SmartDeviceLink-iOS.podspec # SmartDeviceLink/Info.plist # SmartDeviceLink/SDLProxy.m # docs/Classes.html # docs/Classes/SDLAbstractProtocol.html # docs/Classes/SDLProtocol.html # docs/Classes/SDLProtocolHeader.html # docs/Classes/SDLProxy.html # docs/Classes/SDLStreamingMediaManager.html # docs/Constants.html # docs/Enums.html # docs/Enums/SDLStreamingVideoError.html # docs/Protocols.html # docs/Protocols/SDLProtocolListener.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 a45dbbd51..83868b9e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,10 @@
* Store sessionIds and service metadata together in the protocol code (#350).
* Fixed a streaming media manager enum casing issue by deprecating the incorrect cased enum and adding a correctly cased one (#383, #411).
+# 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.