summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-12 13:42:47 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-12 13:42:47 -0400
commitac01fb5891e1ee4bc0e2fcaa0ee90ec9ca7bdf05 (patch)
treebab9735f802b0faca94efdb93a2af86d94bbbd6e /CHANGELOG.md
parent257120475a553d051d086cf72072e3ed1ce112a9 (diff)
downloadsdl_ios-ac01fb5891e1ee4bc0e2fcaa0ee90ec9ca7bdf05.tar.gz
Update to 4.3.0-beta.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d79cf6a0..59e668e4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# 4.3.0 Beta 1 Release Notes
+### Breaking Changes
+* State machine transition names are no longer public to allow for behind the scenes changes without minor or major version changes.
+
+### Enhancements
+* SDLFile, if initialized with NSData, will no longer write that data to disk, instead, it is stored in RAM. SDLFiles initialized with a file URL will continue to keep that data on disk until needed.
+* The default lock screen text is now localized into Spanish, French, German, Japenese, and Chinese.
+
+### Bug Fixes
+* If the lifecycle manager or any of its consituent managers fail to start, the lifecycle manager will disconnect or unregister and an error will be logged.
+* SDLLockScreenManager should use less RAM.
+* Fixed test failures.
+
# 4.3.0 Alpha 1 Release Notes
### Breaking Changes
* Deprecate SDLProxy in favor of SDLManager. A future major release will remove and alter many public APIs, but they will not be deprecated in this release because they will not be replaced in this release.