From e89fae7c675bcdf70f330e4d51400d846dbe9002 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Sun, 19 Jan 2025 08:19:43 -0600 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2794dc268..919b0f8b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ -## [Unreleased] - 2025-01-18 +## [Unreleased] - 2025-01-19 ### Added +- [#1391](https://github.com/flow-php/flow/pull/1391) - **ScalarFunction - arrayValues** - [@norberttech](https://github.com/norberttech) +- [#1391](https://github.com/flow-php/flow/pull/1391) - **ScalarFunction - arrayKeys** - [@norberttech](https://github.com/norberttech) +- [#1391](https://github.com/flow-php/flow/pull/1391) - **ScalarFunction - arrayKeep** - [@norberttech](https://github.com/norberttech) +- [#1391](https://github.com/flow-php/flow/pull/1391) - **ScalarFunction - arrayFilter** - [@norberttech](https://github.com/norberttech) - [#1389](https://github.com/flow-php/flow/pull/1389) - **Added String Agg function** - [@norberttech](https://github.com/norberttech) - [#1387](https://github.com/flow-php/flow/pull/1387) - **Another when function example** - [@norberttech](https://github.com/norberttech) - [#1385](https://github.com/flow-php/flow/pull/1385) - **concat_ws (with separator) scalar function** - [@norberttech](https://github.com/norberttech)