Skip to content

Commit

Permalink
docu: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWolfZ committed Apr 15, 2018
1 parent c3506a7 commit 03ac1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This release requires TypeScript >=2.8.0 for the conditional type support.

* use conditional types to infer the type of child controls
* rework `updateArray` to support different parameter combinations for update functions (i.e. single function, array of functions, and rest parameters) ([f82abf8](https://github.com/MrWolfZ/ngrx-forms/commit/f82abf8))
* rework `updateGroup` to support different parameter combinations for update function objects (i.e. single object, array of objects, and rest parameters) which reduces the probability of false type inference results
* rework `updateGroup` to support different parameter combinations for update function objects (i.e. single object, array of objects, and rest parameters) which reduces the probability of false type inference results ([0bb1ca7](https://github.com/MrWolfZ/ngrx-forms/commit/0bb1ca7))

<a name="2.3.2"></a>
### 2.3.2
Expand Down

0 comments on commit 03ac1b2

Please sign in to comment.