From 59b0c4a95dfd20c154765765473860baca7f1543 Mon Sep 17 00:00:00 2001 From: Mark Whitfeld Date: Fri, 15 Dec 2023 17:24:00 +0200 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5c248b1..2d03b8f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ $ npm install @ngxs/store@dev ### To become next patch version +- Feat: schematics support a project option and standalone detection [#2089](https://github.com/ngxs/store/pull/2089) - Fix: Log feature states added before store is initialized [#2067](https://github.com/ngxs/store/pull/2067) - Fix: Show error when state initialization order is invalid [#2066](https://github.com/ngxs/store/pull/2066), [#2067](https://github.com/ngxs/store/pull/2067) - Fix: Router Plugin - Expose `NGXS_ROUTER_PLUGIN_OPTIONS` privately [#2037](https://github.com/ngxs/store/pull/2037)