From 88dde6d0336ddad46030ae5501ef948e9d9bb083 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Mon, 14 Oct 2024 12:19:31 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3516234..77416d9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ -## [Unreleased] - 2024-10-11 +## [Unreleased] - 2024-10-14 ### Added +- [#1246](https://github.com/flow-php/flow/pull/1246) - **file:read - cli command** - [@norberttech](https://github.com/norberttech) +- [#1246](https://github.com/flow-php/flow/pull/1246) - **file:schema- cli command** - [@norberttech](https://github.com/norberttech) +- [#1246](https://github.com/flow-php/flow/pull/1246) - **file:rows:command- cli command** - [@norberttech](https://github.com/norberttech) - [#1244](https://github.com/flow-php/flow/pull/1244) - **Added CLI command to read schema from a file** - [@norberttech](https://github.com/norberttech) ### Changed +- [#1246](https://github.com/flow-php/flow/pull/1246) - **Unified options/arguments handling across all commands** - [@norberttech](https://github.com/norberttech) +- [#1246](https://github.com/flow-php/flow/pull/1246) - **run cli command was renamed into pipeline:run with alias run** - [@norberttech](https://github.com/norberttech) - [f30a31](https://github.com/flow-php/flow/commit/f30a310db1e4e1047055e65cc796fd4f2ba36f6f) - **Second attempt to fix flow cli autoloading** - [@norberttech](https://github.com/norberttech) - [#1242](https://github.com/flow-php/flow/pull/1242) - **Moved flow phar to dedicated cli repository** - [@norberttech](https://github.com/norberttech) - [#1240](https://github.com/flow-php/flow/pull/1240) - **Update Homebrew TAP formula: flow-php to version: 0.10.0** - [@norberttech](https://github.com/norberttech)