summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2021-06-30 11:24:13 -0400
committerFrank Elias <francois.elias@livio.io>2021-06-30 11:24:13 -0400
commit44f794202292be063237da4bf48825590206c113 (patch)
treef341bb2fe1cd97d1a8e1ba7b754c185bc35fffe6 /CHANGELOG.md
parentc8214e0c218ebbf0879d5f40b99003af7e02e57d (diff)
downloadsdl_ios-44f794202292be063237da4bf48825590206c113.tar.gz
Version 7.2.0 update
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c4ac5750..fd4fb8ca3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,25 @@
# Changelog
+## 7.2.0 (Since RC 1)
+* Supports [SDL RPC Spec 7.1.0](https://github.com/smartdevicelink/rpc_spec/releases/tag/7.1.0) and [SDL Protocol Spec 5.4.0](https://github.com/smartdevicelink/protocol_spec/releases/tag/5.4.0).
+
+### Testing
+* Xcode 12.5
+* iOS 14.6
+* Core:
+ * Manticore (Core v7.1.1, Generic HMI v0.10.0)
+ * Ford Sync 3.4 (19353_DEVTEST)
+ * Ford Sync 3.0 (17276_DEVTEST)
+ * Ford Sync 4.0 (20016_DEVTEST)
+ * Core v6.1.2 with sdl_hmi v5.3.0 and generic_hmi v0.8.1
+
+### Bug Fixes
+* Fix incompatibility with some other 3rd-party libraries using math.h (https://github.com/smartdevicelink/sdl_ios/issues/1995)
+* Numerous fixes to SDLVideoStreamingRange (https://github.com/smartdevicelink/sdl_ios/issues/2012)
+* Fixed menu manager sending secondary image with menuCells when secondary images are not supported (https://github.com/smartdevicelink/sdl_ios/issues/2014)
+
+### Other
+* Fixed random failures in SDLVoiceCommandManagerSpec due to operations being canceled (https://github.com/smartdevicelink/sdl_ios/issues/2002)
+
## 7.2.0 RC 1
* Supports [SDL RPC Spec 7.1.0](https://github.com/smartdevicelink/rpc_spec/releases/tag/7.1.0) and [SDL Protocol Spec 5.4.0](https://github.com/smartdevicelink/protocol_spec/releases/tag/5.4.0).