diff --git a/CHANGELOG.md b/CHANGELOG.md index 53650de73..a17146b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -## [Unreleased] - 2023-10-07 +## [Unreleased] - 2023-10-08 ### Added +- [#546](https://github.com/flow-php/flow/pull/546) - **Add integration tests for array related expression** - [@stloyd](https://github.com/stloyd) +- [#547](https://github.com/flow-php/flow/pull/547) - **Add integration tests for `when`, `any` & `all` expressions** - [@stloyd](https://github.com/stloyd) - [#543](https://github.com/flow-php/flow/pull/543) - **Add options to `array_expand` expression** - [@stloyd](https://github.com/stloyd) - [#541](https://github.com/flow-php/flow/pull/541) - **Add `ArrayKeysStyleConvert` expression** - [@stloyd](https://github.com/stloyd) - [#527](https://github.com/flow-php/flow/pull/527) - **Add new `ref()->arrayReverse()` entry expression** - [@stloyd](https://github.com/stloyd)