From 1e02db106a8d0108c8f31f5b6cf2c89e0cbd7726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Sat, 12 Aug 2023 12:43:09 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c81f68a4..c252926f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,8 @@ * Sync errors included the error message twice (Core upgrade, since v13.16.0). * Fixes infinite-loop like issue with await-for-yield over realm set change streams. ([#1344](https://github.com/realm/realm-dart/issues/1344)) * Fixed issue with using flexibleSync in flutter test. ([#1366](https://github.com/realm/realm-dart/pull/1366)) -* Fixed a realm generator issue, when used in concert with MobX. ([%1372](https://github.com/realm/realm-dart/pull/1372)) - +* Fixed a realm generator issue, when used in concert with MobX. ([#1372](https://github.com/realm/realm-dart/pull/1372)) +* getProgressStream no longer returns a broadcast stream. ([#1375](https://github.com/realm/realm-dart/pull/1375)) ### Compatibility * Realm Studio: 13.0.0 or later.