summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-09-13 11:26:49 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-09-13 11:26:49 -0400
commit5bf483eba70db3800b1aaa7a3e20ec4a0736bd63 (patch)
treec5a6fe3829104623ba41b02676964e10f60723eb /CHANGELOG.md
parentdc17bebccc8f21ff4195dc0d2171c387ca93f0d1 (diff)
downloadsdl_ios-5bf483eba70db3800b1aaa7a3e20ec4a0736bd63.tar.gz
Update to 4.3.0-rc.24.3.0-rc.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa6a8ed8e..6dff34b9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 4.3.0 Release Candidate 2 Release Notes (Since RC 1)
+### Bug Fixes
+* Updated project to Xcode 8 settings and turn on additional warnings and analyzer settings.
+* Fixed `SDLConsoleController` not using `NSLocalizedString` macro.
+* Fixed example app declaring a `UIModalPresentationStyle` enum as `UIModalTransitionStyle` causing a build error in Xcode 8.
+* Update testing deps to work with Xcode 8.
+
+### Example App
+* Add iTunes file sharing to the example app to allow for easier file log retrieval
+
# 4.3.0 Release Candidate 1 Release Notes (Since Beta 4)
### Enhancements
* Removed all usages of NSLog. Now all logs can be turned on or off.