Skip to content

Commit 6e83b95

Browse files
committed
docs: update changelog
1 parent 70fdc10 commit 6e83b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* fix missing union case in typing of `updateArray` update function that causes a compile error if used inside an `updateGroup` ([fa7dccc](https://github.com/MrWolfZ/ngrx-forms/commit/fa7dccc))
99
* fix `updateGroup` throwing an error if an empty update object was provided in curried as well as uncurried version ([bee4d54](https://github.com/MrWolfZ/ngrx-forms/commit/bee4d54))
1010
* fix `createFormGroupState` producing results inconsistent with how group states are recomputed from their children after an update ([1c62d8c](https://github.com/MrWolfZ/ngrx-forms/commit/1c62d8c))
11-
* fix `createFormArrayState` producing results inconsistent with how array states are recomputed from their children after an update
11+
* fix `createFormArrayState` producing results inconsistent with how array states are recomputed from their children after an update ([70fdc10](https://github.com/MrWolfZ/ngrx-forms/commit/70fdc10))
1212

1313
<a name="2.1.2"></a>
1414
### 2.1.2

0 commit comments

Comments
 (0)