Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Jan 5, 2025
1 parent fdfd400 commit f420d2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down

0 comments on commit f420d2d

Please sign in to comment.