From 2fceac342841491fa6a3ff013151f01a2bd2073d Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Thu, 12 Oct 2023 16:00:52 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5816d6cc..d77d24f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ - [#526](https://github.com/flow-php/flow/pull/526) - **Simplify `RenameEntriesTransformer` to work only on one entry** - [@stloyd](https://github.com/stloyd) ### Fixed +- [#572](https://github.com/flow-php/flow/pull/572) - **php extractor output in examples** - [@norberttech](https://github.com/norberttech) - [#570](https://github.com/flow-php/flow/pull/570) - **Prevent fatal error with aggregate avg on empty group** - [@stloyd](https://github.com/stloyd) - [#569](https://github.com/flow-php/flow/pull/569) - **Fixed issue in `jsonDecode()` entry expression** - [@stloyd](https://github.com/stloyd) - [#564](https://github.com/flow-php/flow/pull/564) - **Fix broken path to autoloader in async examples** - [@stloyd](https://github.com/stloyd)