summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2016-09-27 15:10:17 -0400
committerJoey Grover <joeygrover@gmail.com>2016-09-27 15:10:17 -0400
commitb498b89570816c635b04672a7634c1db68e28ca4 (patch)
tree02221dd389527455cdaa40993a0a2203b585bdb1
parent503249159fae9bb9e31b4a4d1ee2fc6a82c567cf (diff)
downloadsdl_android-release/4.1.0-rc1.tar.gz
Updated changelog4.1.0release/4.1.0-rc1
-rw-r--r--CHANGELOG.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0afe5b87..5639fb9aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,16 @@
-# 4.0.1 Release Notes
+# 4.1.0 Release Notes
### API New Features & Breaking Changes
- * Added ability to retrieve HMICapabilities and SystemSoftwareVersion from the proxy object.
+* Added multiplexing transport that gives the ability to share a single bluetooth RCOMM channel with many clients.
+* Added external security framework that allows OEM's to provide custom security libraries.
+* ProxyALM constructors have changed and old signatures been deprecated.
+* Changed TouchEvent method names to be more intuitive.
### Enhancements
- * Added RPC request callbacks. Developers can now set a listener object into any RPC request and recieve the response through it.
- * Added RPC notification listeners. Developers can now designate a listener for each notifcation type.
- * Added a correlation id generator. Id's can be generated through this class to avoid having to keep track between multiple classes.
+* Multiplexing will now be the default mode of transport
### Bug Fixes
- * Removed unused imports
+* Fixed issue with sending a stop session with an incorrect hash id
+* Fixed the library throwing away hybrid packets
+* Fixed http onSystemRequests to actually function correctly
+* Fixed a class cast exception in the BTTransport class