From 46a7c26e9cd58b39cc7c4fced96f03629b27b7fd Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Fri, 24 Nov 2023 19:47:03 +0900 Subject: [PATCH] fix: `ObservableSet` and `ObservableMap` should not notify all listeners when `observe` with fireImmediately --- mobx/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobx/CHANGELOG.md b/mobx/CHANGELOG.md index 6196cd67..3eabc66a 100644 --- a/mobx/CHANGELOG.md +++ b/mobx/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.2.2 -- Fix #956: ObservableSet` and `ObservableMap` should not notify all listeners when `observe` with fireImmediately. by [@amondnet](https://github.com/amondnet) +- Fix [#956]((https://github.com/mobxjs/mobx.dart/issues/956)): ObservableSet` and `ObservableMap` should not notify all listeners when `observe` with fireImmediately. by [@amondnet](https://github.com/amondnet) in [#962](https://github.com/mobxjs/mobx.dart/pull/962) ## 2.2.1