summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-01-09 16:09:59 -0500
committerJoel Fischer <joeljfischer@gmail.com>2020-01-09 16:09:59 -0500
commit26fc6bff0670aa87cb350951790a0441b4d95c9a (patch)
treee335fcf1059cd1c911f58ae903a05fc1f02f9c04 /CHANGELOG.md
parent2ff89724ef0b658114814228229270ae33f09bc4 (diff)
downloadsdl_ios-26fc6bff0670aa87cb350951790a0441b4d95c9a.tar.gz
Update changelog for v6.5.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7fbe0ff5..96fecab90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
-## 6.5.0
+## 6.5.0 (Since RC 1)
+### Bug Fixes
+* Update testing dependencies and fix a few tests that fail after updating OCMock to 3.5.0 due to mocks not being used properly in a test (https://www.github.com/smartdevicelink/sdl_ios/issues/1517).
+
+## 6.5.0 Release Candidate 1
### Bug Fixes
* Fix the `SDLSystemCapabilityManager subscribeToCapabilityType:withObserver:selector:` not returning a BOOL as was declared (https://www.github.com/smartdevicelink/sdl_ios/issues/1465).
* Fix the Soft Button Manager failing if the template is changed and the new template does not support soft buttons (https://www.github.com/smartdevicelink/sdl_ios/issues/1474).