From 5416715fb3f0d82279245774eee3ac2b4a4779e0 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Tue, 3 Oct 2023 12:01:41 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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