summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-04-29 13:43:29 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-04-29 13:43:29 -0400
commitd5dba5095befaf6502729bcd0f051a3cc8ce1d09 (patch)
treea7695d42e5ca4530403cd6c5c85bcb16ce3af0ab /CHANGELOG.md
parentab094632b2f5cd8b0bd3e5d59f27be82ee5d35c7 (diff)
downloadsdl_ios-d5dba5095befaf6502729bcd0f051a3cc8ce1d09.tar.gz
Fix missing version information in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41d801628..a2e167eeb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog
## 6.6.0
### Versions
+* Supports [SDL RPC Spec 6.0.0](https://github.com/smartdevicelink/rpc_spec/releases/tag/6.0.0) and [SDL Protocol Spec 5.2.0](https://github.com/smartdevicelink/protocol_spec/releases/tag/5.2.0).
+
### Enhancements
* The secondary transport now starts only when the app has been brought to HMI Full (https://www.github.com/smartdevicelink/sdl_ios/issues/1145).
* Added RPC generator script – though it is not currently used (https://www.github.com/smartdevicelink/sdl_ios/issues/1298).