Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Dec 27, 2024
1 parent e88e15e commit 4c6847f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c6847f

Please sign in to comment.