File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed 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.0] 2022-03-15
7+
8+ * Improved performance of CompilingMatcher by memoizing more (#131 )
9+ * Added CompilingMacher::clear to clear all memoization caches
10+
11+ ### [ 3.2.9] 2022-02-04
12+
13+ * Revert #129 (Fixed MultiConstraint with MatchAllConstraint) which caused regressions
14+
15+ ### [ 3.2.8] 2022-02-04
16+
17+ * Updates to latest phpstan / CI by @Seldaek in https://github.com/composer/semver/pull/130
18+ * Fixed MultiConstraint with MatchAllConstraint by @Toflar in https://github.com/composer/semver/pull/129
19+
620### [ 3.2.7] 2022-01-04
721
8- * Fixed: typo in type definition of Intervals class causing issues with Psalm scanning vendors
22+ * Fixed: typo in type definition of Intervals class causing issues with Psalm scanning vendors
923
1024### [ 3.2.6] 2021-10-25
1125
@@ -153,6 +167,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
153167 - Namespace: ` Composer\Test\Package\LinkConstraint ` -> ` Composer\Test\Semver\Constraint `
154168 * Changed: code style using php-cs-fixer.
155169
170+ [ 3.3.0 ] : https://github.com/composer/semver/compare/3.2.9...3.3.0
171+ [ 3.2.9 ] : https://github.com/composer/semver/compare/3.2.8...3.2.9
172+ [ 3.2.8 ] : https://github.com/composer/semver/compare/3.2.7...3.2.8
156173[ 3.2.7 ] : https://github.com/composer/semver/compare/3.2.6...3.2.7
157174[ 3.2.6 ] : https://github.com/composer/semver/compare/3.2.5...3.2.6
158175[ 3.2.5 ] : https://github.com/composer/semver/compare/3.2.4...3.2.5
You can’t perform that action at this time.
0 commit comments