From ec479b4f3ead3b85ef630a5976b5a148749e35c7 Mon Sep 17 00:00:00 2001 From: Max Ivanov Date: Tue, 26 May 2020 21:54:48 +0300 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df26a9d5..df75dbd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ $ npm install @ngxs/store@dev - Feature: Storage Plugin - Add before and after serialize hooks [#1513](https://github.com/ngxs/store/pull/1513) - Feature: Logger Plugin - Add filter for Logger Plugin [#1571](https://github.com/ngxs/store/pull/1571) - Performance: Logger Plugin - Plugin should lazy inject the store once [#1550](https://github.com/ngxs/store/pull/1550) +- Build: Compile using Angular 9 [#1596](https://github.com/ngxs/store/pull/1596) ### Data-plugin v3.0.0 2019-05-05