From 4c6847f3a2a70f978cb30f90b44ae53c75adb4fe Mon Sep 17 00:00:00 2001 From: Carlos Alandete Sastre Date: Fri, 27 Dec 2024 12:35:07 +0100 Subject: [PATCH] Update CHANGELOG --- docs/CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index af67b453..c3289dfb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,12 +2,13 @@ All notable changes to this project will be documented in this file. ## 0.11.0 -* Use namespaced names on shouldBeNamed assertion +* Add support for PHPStan 2.x +* Drop support for PHPStan 1.x (breaks BC) +* Use namespaced names on shouldBeNamed assertion (breaks BC) * Catch all attributes in dependency assertions -* Sanitize rule names to match PHPStan identifier pattern +* Sanitize rule names to match PHPStan identifier pattern (breaks BC) +* Remove deprecated selectors (breaks BC) * Add PHPStan identifiers from rule names -* Add support for PHPStan 2.0 -* Drop support for PHPStan 1.* ## 0.10.20 * Fix parent interfaces not recognized as extended.