Skip to content

Commit 5d8e574

Browse files
authored
Update changelog
1 parent f7ebdcb commit 5d8e574

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
### [3.3.1] 2022-03-16
7+
8+
* Fixed possible cache key clash in the CompilingMatcher memoization (#132)
9+
610
### [3.3.0] 2022-03-15
711

812
* Improved performance of CompilingMatcher by memoizing more (#131)
9-
* Added CompilingMacher::clear to clear all memoization caches
13+
* Added CompilingMatcher::clear to clear all memoization caches
1014

1115
### [3.2.9] 2022-02-04
1216

@@ -167,6 +171,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
167171
- Namespace: `Composer\Test\Package\LinkConstraint` -> `Composer\Test\Semver\Constraint`
168172
* Changed: code style using php-cs-fixer.
169173

174+
[3.3.1]: https://github.com/composer/semver/compare/3.3.0...3.3.1
170175
[3.3.0]: https://github.com/composer/semver/compare/3.2.9...3.3.0
171176
[3.2.9]: https://github.com/composer/semver/compare/3.2.8...3.2.9
172177
[3.2.8]: https://github.com/composer/semver/compare/3.2.7...3.2.8

0 commit comments

Comments
 (0)