File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This 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
You can’t perform that action at this time.
0 commit comments