From a022af436d4e147adf1f2c4f2ddb6c3a4c7b15a5 Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Mon, 7 Nov 2022 15:59:02 +0000 Subject: [PATCH] Add change log entry for version 1.4.1. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847c44e72..a2ee676b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change log +## [1.4.1](https://github.com/ably/ably-asset-tracking-android/tree/v1.4.1) + +[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.4.0...v1.4.1) + +**Improved Subscriber behaviour:** + +- Wait for the presence data sync before returning a subscriber instance [\#792](https://github.com/ably/ably-asset-tracking-android/issues/792), + implemented in [\#794](https://github.com/ably/ably-asset-tracking-android/pull/794) ([KacperKluka](https://github.com/KacperKluka)) + ## [1.4.0](https://github.com/ably/ably-asset-tracking-android/tree/v1.4.0) [Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.4.0-rc.2...v1.4.0)