Skip to content

Commit 3953f23

Browse files
authored
Update CHANGELOG.md
1 parent 9b2d75f commit 3953f23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2] 2022-04-01
7+
8+
* Fixed handling of non-string values (#134)
9+
610
### [3.3.1] 2022-03-16
711

812
* Fixed possible cache key clash in the CompilingMatcher memoization (#132)
@@ -171,6 +175,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
171175
- Namespace: `Composer\Test\Package\LinkConstraint` -> `Composer\Test\Semver\Constraint`
172176
* Changed: code style using php-cs-fixer.
173177

178+
[3.3.2]: https://github.com/composer/semver/compare/3.3.1...3.3.2
174179
[3.3.1]: https://github.com/composer/semver/compare/3.3.0...3.3.1
175180
[3.3.0]: https://github.com/composer/semver/compare/3.2.9...3.3.0
176181
[3.2.9]: https://github.com/composer/semver/compare/3.2.8...3.2.9

0 commit comments

Comments
 (0)