Skip to content

Commit 114f819

Browse files
committed
Update changelog
1 parent 2193a60 commit 114f819

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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+
### [1.7.0] 2020-09-09
7+
8+
* Added: support for `x || @dev`, not very useful but seen in the wild and failed to validate with 1.5.2/1.6.0
9+
* Added: support for `foobar-dev` being equal to `dev-foobar`, dev-foobar is the official way to write it but we need to support the other for BC and convenience
10+
611
### [1.6.0] 2020-09-08
712

813
* Added: support for constraints like `^2.x-dev` and `~2.x-dev`, not very useful but seen in the wild and failed to validate with 1.5.2
@@ -76,6 +81,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7681
- Namespace: `Composer\Test\Package\LinkConstraint` -> `Composer\Test\Semver\Constraint`
7782
* Changed: code style using php-cs-fixer.
7883

84+
[1.7.0]: https://github.com/composer/semver/compare/1.6.0...1.7.0
7985
[1.6.0]: https://github.com/composer/semver/compare/1.5.2...1.6.0
8086
[1.5.2]: https://github.com/composer/semver/compare/1.5.1...1.5.2
8187
[1.5.1]: https://github.com/composer/semver/compare/1.5.0...1.5.1

0 commit comments

Comments
 (0)