summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-09-01 10:58:33 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-09-01 10:58:33 -0400
commitc4b51d2e28e57b32d131e5e44204e83b496ead9e (patch)
treee12fa9c558a34de80344efce7cc2d51f8ab9eb78 /CHANGELOG.md
parentd079edf2dfd016910e81dac615c76ce1cfb39aba (diff)
downloadsdl_ios-c4b51d2e28e57b32d131e5e44204e83b496ead9e.tar.gz
Update to v4.3.0 beta 44.3.0-beta.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 006d7624f..e6a9f59bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 4.3.0 Beta 4 Release Notes (Since Beta 3)
+### Enhancements
+* Fix resource bundle not being included via cocoapods, causing a failure on the default lock screen. Also added better failure messages. The resource bundle will still have to be manually added to your app's copy resources build phase.
+* Reduced resource bundle size by optimizing lock screen images.
+* RPC handlers are no longer readonly and can now be set outside of the init.
+* Improved the example app with additional code and features to see how the new dev api works. Stay tuned for a few additional features.
+
# 4.3.0 Beta 3 Release Notes (Since Beta 2)
### Breaking Changes
* `resumeHash` is now a configuration property and is not automatically handled.