From 4bd5f7351c7194d033b0250efd632df0b884e8a7 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Sat, 7 Oct 2023 18:08:10 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e4b0c98..53650de73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - [#514](https://github.com/flow-php/flow/pull/514) - **Add new StrPad expression** - [@stloyd](https://github.com/stloyd) ### Changed +- [#545](https://github.com/flow-php/flow/pull/545) - **Prevent using `strlen` & `count` on empty input** - [@stloyd](https://github.com/stloyd) - [#544](https://github.com/flow-php/flow/pull/544) - **Optimize `DropDuplicatesTransformer` hashing** - [@stloyd](https://github.com/stloyd) - [#542](https://github.com/flow-php/flow/pull/542) - **Allow enum as style param in `ArrayKeysStyleConvert` expression** - [@stloyd](https://github.com/stloyd) - [#535](https://github.com/flow-php/flow/pull/535) - **README files structure of all repositories** - [@norberttech](https://github.com/norberttech)