From e211252c67883e28f819efd011ef0c22ef5d3593 Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 26 Dec 2022 13:05:15 +0900 Subject: [PATCH] docs: update for release 3.0.4 --- application/tests/_ci_phpunit_test/ChangeLog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application/tests/_ci_phpunit_test/ChangeLog.md b/application/tests/_ci_phpunit_test/ChangeLog.md index 2ef00e3b..a197f5d1 100644 --- a/application/tests/_ci_phpunit_test/ChangeLog.md +++ b/application/tests/_ci_phpunit_test/ChangeLog.md @@ -1,6 +1,6 @@ # Change Log for ci-phpunit-test -## v3.0.4 (Not Released) +## v3.0.4 (2022/12/26) ### Added @@ -14,6 +14,10 @@ $mock = $this->getDouble( ); ``` +### Fixed + +* Fix bug that `pre_controller` can't modify `$class`/`$method`. See [#394](https://github.com/kenjis/ci-phpunit-test/pull/394). + ### Others * Compatible with PHP 8.1