diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a97d222c..e01adbf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] - 2023-10-02 +## [Unreleased] - 2023-10-03 ### Changed - [#497](https://github.com/flow-php/flow/pull/497) - **Rework most of the examples to be runnable via PHAR** - [@stloyd](https://github.com/stloyd) @@ -6,6 +6,8 @@ - [#496](https://github.com/flow-php/flow/pull/496) - **Allow to run `runtime.php` outside of phar** - [@stloyd](https://github.com/stloyd) ### Fixed +- [#499](https://github.com/flow-php/flow/pull/499) - **Prevent calling runtime outside of CLI** - [@stloyd](https://github.com/stloyd) +- [#500](https://github.com/flow-php/flow/pull/500) - **Prevent fatal error when passing empty string to `\DOMDocument`** - [@stloyd](https://github.com/stloyd) - [#494](https://github.com/flow-php/flow/pull/494) - **Use more accurate version for PHAR** - [@stloyd](https://github.com/stloyd) ## [0.3.1] - 2023-10-02