diff options
Diffstat (limited to 'android/CHANGELOG.md')
-rw-r--r-- | android/CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md new file mode 100644 index 000000000..c1b7a2b5b --- /dev/null +++ b/android/CHANGELOG.md @@ -0,0 +1,9 @@ +# 4.7.2 Release Notes + +## Hot Fix + +- Fix legacy router service [issue #925](https://github.com/smartdevicelink/sdl_android/issues/925) + - Addressed issue in `TransportBroker` that caused previous router service's connection messages to be dropped. + - Add logic to check router service version and perform appropriate logic. + - Added check if packet doesn't include a transport record + - Fixed a parcel issue in the `SdlPacket` class |