Skip to content

Commit d8d1b0b

Browse files
committed
chore: update CHANGELOG.md
1 parent c4924c6 commit d8d1b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $ npm install @ngxs/store@dev
1010
- Fix(store): Guard against running state functions after injector is destroyed [#2366](https://github.com/ngxs/store/pull/2366) [#2377](https://github.com/ngxs/store/pull/2377)
1111
- Fix(store): `createPickSelector` should not throw on unregistered states [#2378](https://github.com/ngxs/store/pull/2378)
1212
- Fix(store): Stop contributing to stability once app is stable [#2379](https://github.com/ngxs/store/pull/2379)
13+
- Fix(store): update action handler type to allow Observable<unknown> and Promise<unknown> [#2385](https://github.com/ngxs/store/pull/2385)
1314
- Refactor(store): Clear `_states` on destroy to aid GC under high load [#2365](https://github.com/ngxs/store/pull/2365)
1415
- Refactor(store): Add `debugName` to `computed` signals in `selectSignal` [#2370](https://github.com/ngxs/store/pull/2370)
1516
- Fix(storage-plugin): Guard against `engine` may be falsy [#2367](https://github.com/ngxs/store/pull/2367) [#2368](https://github.com/ngxs/store/pull/2368)

0 commit comments

Comments
 (0)