docs: adds missing entry to changelog

This commit is contained in:
Nuno Maduro
2021-09-20 19:38:02 +01:00
committed by GitHub
parent 58cff003d8
commit facbf05016

View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v1.19.0 (2021-09-20)](https://github.com/pestphp/pest/compare/v1.18.0...v1.19.0)
### Added
- PHP 8.1 support ([e6c7d68](https://github.com/pestphp/pest/commit/e6c7d68defaec8efe01e71e15dd8d8c45b0cf60f))
- `toHaveProperties` expectation ([#391](https://github.com/pestphp/pest/pull/391))
## [v1.18.0 (2021-08-30)](https://github.com/pestphp/pest/compare/v1.17.0...v1.18.0)
### Added