From f6cf0b9da32b56c5e79ec85fbd298d71ec8f622b Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Thu, 29 Jun 2023 15:16:07 +0100 Subject: [PATCH] docs: update CHANGELOG for 1.2.41 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d042f33f3c..22c5365c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [1.2.41](https://github.com/ably/ably-js/tree/1.2.41) (2023-06-29) + +- add `ChannelStateChange.hasBacklog` and return state change to attach promise/callback [\#1347](https://github.com/ably/ably-js/pull/1347) +- fix a bug where host fallback was initially skipped after falling back to the base transport [\#1357](https://github.com/ably/ably-js/pull/1357) + ## [1.2.40](https://github.com/ably/ably-js/tree/1.2.40) (2023-05-26) This release adds a new experimental `channels.getDerived` method which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the [announcement post](https://pages.ably.com/subscription-filters-preview) for more information.