summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-10-06 09:23:26 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-10-06 09:23:26 -0400
commit4efc288bf92a2ac032543f5cd370f86730d0c263 (patch)
tree6059b1729cae39018aaf45e01891fedb5d197d58 /CHANGELOG.md
parentf8030a176521f20c86eaf1657c677a78007872da (diff)
downloadsdl_ios-4efc288bf92a2ac032543f5cd370f86730d0c263.tar.gz
Update for 4.3.0-rc.44.3.0-rc.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d949a46f..5650bc750 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,15 @@
-# # 4.3.0 Release Candidate 3 Release Notes (Since RC 2)
+# 4.3.0 Release Candidate 4 Release Notes (Since RC 3)
+### Bug Fixes
+* Notification constants should now be compatible both with Swift 3 and with iOS 6/7.
+* Fixed a few issues with the lock screen and iOS 6/7 support.
+* Fixed a layout issue with the lock screen on iPhone 4S-sized phones.
+
+### Other
+* CI builds now run on Xcode 8.
+* Removed xctest testing framework, now just uses xcodebuild.
+* Explicitly specify which headers are public in Cocoapods spec.
+
+# 4.3.0 Release Candidate 3 Release Notes (Since RC 2)
### Bug Fixes
* Fixed a bug where large putfiles would crash.