diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c3839f0..2d66e23f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ -## [Unreleased] - 2024-03-18 +## [Unreleased] - 2024-03-23 + +### Added +- [#1021](https://github.com/flow-php/flow/pull/1021) - **output on landing page examples** - [@norberttech](https://github.com/norberttech) +- [#1021](https://github.com/flow-php/flow/pull/1021) - **writing to output.txt directly from examples** - [@norberttech](https://github.com/norberttech) ### Changed - [#1016](https://github.com/flow-php/flow/pull/1016) - **Update Homebrew TAP formula: flow-php to version: 0.7.1** - [@norberttech](https://github.com/norberttech) +### Fixed +- [#1021](https://github.com/flow-php/flow/pull/1021) - **when writing directly to file stream, loader is not closing stream after each chunk of rows** - [@norberttech](https://github.com/norberttech) + ## [0.7.1] - 2024-03-18 ### Changed