From a2449864d03c38ed5c016ca7bf8343b6272817e9 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Thu, 5 Sep 2024 21:07:25 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f79783f..49953b221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [#1193](https://github.com/flow-php/flow/pull/1193) - **missing DSL's definitions - filesystem, azure filesystem, azure sdk** - [@norberttech](https://github.com/norberttech) ### Changed +- [#1209](https://github.com/flow-php/flow/pull/1209) - **Updated dependencies** - [@norberttech](https://github.com/norberttech) - [#1208](https://github.com/flow-php/flow/pull/1208) - **Unify passing options to loaders/extractors through fluent interface** - [@norberttech](https://github.com/norberttech) - [#1207](https://github.com/flow-php/flow/pull/1207) - **from_csv, from_json, from_xml, from_parquet and from_text contract, removed support for passing path as array** - [@mleczakm](https://github.com/mleczakm) - [#1203](https://github.com/flow-php/flow/pull/1203) - **Allow to rename XML nested structure elements on a loader level** - [@norberttech](https://github.com/norberttech)