From 0cfb1237e5d62f74ccb96ad0989fcdf0cf9e6560 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 2 Apr 2023 20:37:42 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98999069..96dba6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Added - `skipOnWindows()`, `skipOnMac()`, and `skipOnLinux()` ([#757](https://github.com/pestphp/pest/pull/757)) - source architecture testing violation ([#1](https://github.com/pestphp/pest-plugin-arch/pull/1))((8e66263)[https://github.com/pestphp/pest-plugin-arch/commit/8e66263104304e99e3d6ceda25c7ed679b27fb03]) +- `toHaveProperties` may now also check values ([#760](https://github.com/pestphp/pest/pull/760)) ### Fixed - Tests on `tests/Helpers` directory not being executed ([#753](https://github.com/pestphp/pest/pull/753))