From b83642481f8e005732fa4bd2d6e919a83214d6f5 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Thu, 28 Dec 2023 21:52:05 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 476ae6a84..e67c22df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## [Unreleased] - 2023-12-28 ### Added +- [#889](https://github.com/flow-php/flow/pull/889) - **between scalar function** - [@norberttech](https://github.com/norberttech) - [#887](https://github.com/flow-php/flow/pull/887) - **After partitionBy only write or fetch actions are available** - [@norberttech](https://github.com/norberttech) - [#887](https://github.com/flow-php/flow/pull/887) - **Moved all scalar functions to ScalarFunctionChain abstract factory implemented by all scalar functions** - [@norberttech](https://github.com/norberttech) - [#883](https://github.com/flow-php/flow/pull/883) - **RemoteFileListExtractor** - [@norberttech](https://github.com/norberttech)