docs: add missing bracket

This commit is contained in:
Owen Voke
2020-11-11 23:31:19 +00:00
parent 6be131d602
commit 925636be61

View File

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v0.3.12 (2020-11-11)](https://github.com/pestphp/pest/compare/v0.3.11...v0.3.12)
### Added
- Add support for PHPUnit 9.4.3 ([#219](https://github.com/pestphp/pest/pull/219)
- Add support for PHPUnit 9.4.3 ([#219](https://github.com/pestphp/pest/pull/219))
## [v0.3.11 (2020-11-09)](https://github.com/pestphp/pest/compare/v0.3.10...v0.3.11)
### Changed