summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-01-29 09:56:48 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-01-29 09:56:48 -0500
commit3ff3a79bae45e3ecfd0c2a68265be0935edacb50 (patch)
treea39be98245ece6dcf3e21192000a1a511277f1b2
parent501936804d6b698868d37d33bdeb0527f5629a30 (diff)
downloadsdl_ios-3ff3a79bae45e3ecfd0c2a68265be0935edacb50.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 428092bbc..06799b24d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# In Progress
### Bug Fixes
+* Debug logging is a bit better designed and is faster, and file logging happens on a separate queue.
* IAP code no longer causes an unnecessary 3 minute background timer to be set. External Accessory applications already get all the background time they need.
* SDLProxyListener delegate callbacks had some misnamed parameters 'request' should be 'response'.
* SDLProxyListener was marking the wrong type for a passed delegate object. `onOnLockScreenNotification:` now correctly passes a type `SDLOnLockScreenStatus` instead of an `SDLLockScreenStatus`.