summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-06-01 12:00:25 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-06-01 12:00:25 -0400
commit8ae3106fdd1a2e3eb90bbccf90a7bf38ba35abbb (patch)
tree5d91d18ba07d066afacdf1c6291c1c523b132d0b /CHANGELOG.md
parenta7c11b621d0752b4b6e45cda347d00ef9e83b602 (diff)
downloadsdl_ios-8ae3106fdd1a2e3eb90bbccf90a7bf38ba35abbb.tar.gz
Update for v4.6.04.6.0-rc.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1331800f4..ac945407b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+# 4.6.0 Release Candidate 1 Release Notes
+### Bug Fixes
+* Fix setting lifecycle configuration `appType` to `nil`.
+* If an array would return `NSNull`, return an empty array instead.
+* Removed uses of `@import` for compatibility issues.
+* Added some Xcode 8.3 compatibility fixes.
+* Fixed reconnection attempts unable to be stopped, or it would crash.
+* Fix `SDLMenuParams initWithMenuParams:parentId:position:` improperly setting `position`.
+* IAP transport now does read/writes on a background thread.
+
+### Other
+* We now use a new podspec: "SmartDeviceLink", and deprecated the current one ("SmartDeviceLink-iOS"), please update your podfiles. This will be necessary for some features in v5.0.
+
+### Known Issues
+* When an app is connected over USB, the USB is disconnected, then reconnected, the app will crash.
+
# 4.5.5 Release Notes
### Bug Fixes
* Added a check for if `SDLManager` is already started and prevent starting it again.