summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-18 15:29:15 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-18 15:29:15 -0400
commitf026b1e68abd59b91126a8892ffd26fa4e895166 (patch)
tree4a597382943493cd97551e09f53fcea1742cc55a /CHANGELOG.md
parent054b4789a82a74a7d47c31ee60dee16e535354d9 (diff)
downloadsdl_ios-f026b1e68abd59b91126a8892ffd26fa4e895166.tar.gz
Update to v4.3.0-beta.24.3.0-beta.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2349938d0..e85f2f693 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# 4.3.0 Beta 2 Release Notes (Since Beta 1)
+### Enhancements
+* Starting up `SDLManager` now requires a block which will pass back an error if it failed.
+* `SDLManager` now provides a method to call in `AppDelegate applicationWillTerminate:` that will prevent killed apps from being unable to re-register.
+
+### Bug Fixes
+* Fixed a memory leak caused by the strong / weak block dance.
+
+### Other
+* Currently removed automatic resumption. Resumption will return in a future build as a manual configuration pass in.
+
# 4.3.0 Beta 1 Release Notes (Since Alpha 1)
### Breaking Changes
* State machine transition names are no longer public to allow for behind the scenes changes without minor or major version changes.