summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-07-06 14:55:25 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-07-06 14:55:25 -0400
commit6a9b93efcf87610256fe972ed7a6581596709f20 (patch)
tree06fbf0a734c59738578b923e3450a2d1b963a361 /CHANGELOG.md
parent3bf1faaf7a4f14fbf592b9acff34fdf46f9c43ae (diff)
downloadsdl_ios-6a9b93efcf87610256fe972ed7a6581596709f20.tar.gz
Update for v4.1.44.1.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 303a38057..aae67c3cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 4.1.4 Release Notes
+### Bug Fixes
+* Fixed exception causing app to crash when SDL Core disconnects in TCP debug mode. Warning: The app may enter an undefined connection state as there is currently no retry strategy in TCP debug mode.
+
+### Other
+* Update test frameworks
+
# 4.1.3 Release Notes
### Enhancements
* Fix unit tests attempting to be built against Xcode 7.1 instead of Xcode 7.3. (#413)