From e32b97b598f6521f24806ea0dc123666ca09b149 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Thu, 19 Oct 2023 18:16:05 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a587fe888..7ed095c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] - 2023-10-18 +## [Unreleased] - 2023-10-19 ### Added - [#611](https://github.com/flow-php/flow/pull/611) - **RLEBigPackingHybrid encode function** - [@norberttech](https://github.com/norberttech) @@ -12,6 +12,7 @@ - [#587](https://github.com/flow-php/flow/pull/587) - **Metadata to StructureEntry Definition** - [@norberttech](https://github.com/norberttech) ### Changed +- [#615](https://github.com/flow-php/flow/pull/615) - **Improve quality of snappy implementation** - [@stloyd](https://github.com/stloyd) - [#612](https://github.com/flow-php/flow/pull/612) - **Improve performance of array comparison & sorting** - [@stloyd](https://github.com/stloyd) - [#608](https://github.com/flow-php/flow/pull/608) - **Rework `FlysystemFS::scan()` to improve performance** - [@stloyd](https://github.com/stloyd) - [#609](https://github.com/flow-php/flow/pull/609) - **Move `Context::shouldPutInputIntoRows()` out of loop** - [@stloyd](https://github.com/stloyd)