diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6f33ee7d..ab01e8b0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 0.11.1 +## 0.11.2 * Add `AllOf()` selector modifier * Add `AnyOf()` selector modifier * Add `AtLeastCountOf()` selector modifier @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file. * Add `OneOf()` selector modifier * Deprecate `AND()` selector modifier +## 0.11.1 +* Add support for PHP 8.4 +* Manually check built-in classes to ignore them + ## 0.11.0 * Add support for PHPStan 2.x * Drop support for PHPStan 1.x (breaks BC)