From facbf05016092f492fa043efaf27b7d87778d4c3 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Sep 2021 19:38:02 +0100 Subject: [PATCH] docs: adds missing entry to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fce82a..995ea265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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