From 8ddaf2e064e78309350247024a4911c0ddff028a Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Mon, 16 Oct 2023 17:49:18 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f874ac7..70e6876d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - [#584](https://github.com/flow-php/flow/pull/584) - **Adjust `phpunit.xml` to be more efficient** - [@stloyd](https://github.com/stloyd) ### Fixed +- [#599](https://github.com/flow-php/flow/pull/599) - **Reduced total available memory to make sure that MemorySort is doing a fallback to cache** - [@norberttech](https://github.com/norberttech) - [#593](https://github.com/flow-php/flow/pull/593) - **Change behavior of xml adapter when xml->deep > 1 and previousDeep > xml->deep** - [@norberttech](https://github.com/norberttech) - [#587](https://github.com/flow-php/flow/pull/587) - **JsonLoader closing not only json streams** - [@norberttech](https://github.com/norberttech) - [#583](https://github.com/flow-php/flow/pull/583) - **Fix warning when bytes are missing in Parquet `BinaryBufferReader`** - [@stloyd](https://github.com/stloyd)