summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-08 15:38:36 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-08 15:38:36 -0400
commit6073d1a35ae6bdc8c5d52bed106c711e4fe571e7 (patch)
tree98b6eff15103a898ddec619c56a97e093a2ee020 /CHANGELOG.md
parentef5e8d84ea76257a466b54f5ced200cdddb6cf90 (diff)
downloadsdl_ios-6073d1a35ae6bdc8c5d52bed106c711e4fe571e7.tar.gz
Add a ton of documentation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb3e3f7d6..69841dac8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
* Release a File Manager that abstracts the process of tracking files on the remote head unit, uploading, and deleting files.
* Release a Lock Screen Manager that tracks appropriate times to show a lock screen and comes with a default lock screen view controller that allows for some customizability.
* All RPCs sent through the primary manager (SDLManager) are tracked and can have a block called with the request and response when the response is returned from the remote head unit.
+ * All RPCs sent will have their correlation ids managed by the SDL library.
* Particular RPCs can now have an additional block used with them that can be called under certain conditions. For example, RPCs that create buttons (such as soft buttons) can have a block handler that will be called when an event occurs on the button.
* Underlying the new high-level API are a few dispatchers, particularly the Notification Dispatcher which sends many notifications when new RPC notifications and responses are sent from the remote head unit. This may be used by the developer now, but will become less useful as more managers are released.