Skip to content

Commit

Permalink
docs: update for release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Dec 26, 2022
1 parent 4f6c34a commit e211252
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion application/tests/_ci_phpunit_test/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log for ci-phpunit-test

## v3.0.4 (Not Released)
## v3.0.4 (2022/12/26)

### Added

Expand All @@ -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
Expand Down

0 comments on commit e211252

Please sign in to comment.