From 9e7b3a8531075050a9ef08b4f0f9c6f3ecaf7850 Mon Sep 17 00:00:00 2001 From: ikbalkaya Date: Fri, 28 Apr 2023 14:48:25 +0100 Subject: [PATCH] Add improvement on new added auth methods --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bf15486..d68be5282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ **Closed issues:** -- How to handle when user auth changes? [\#459](https://github.com/ably/ably-flutter/issues/459) +- How to handle when user auth changes? +Added new Auth methods: 'requestToken', 'authorize','createTokenRequest' [\#459](https://github +.com/ably/ably-flutter/issues/459) - Expose `href` from `ErrorInfo` in bubbled exceptions [\#441](https://github.com/ably/ably-flutter/issues/441) - java.util.HashMap cannot be cast to io.ably.lib.types.Param [\#439](https://github.com/ably/ably-flutter/issues/439)