| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 06f7caa4005bfc5ff899b0b4473c3e6c227edcc2..58190a8a6b2e6d139c298108b118ae358314f0b3 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,11 @@
|
| +# 1.2.1
|
| +
|
| +* Allow version ranges like `>=1.2.3-dev.1 <1.2.3` to match pre-release versions
|
| + of `1.2.3`. Previously, these didn't match, since the pre-release versions had
|
| + the same major, minor, and patch numbers as the max; now an exception has been
|
| + added if they also have the same major, minor, and patch numbers as the min
|
| + *and* the min is also a pre-release version.
|
| +
|
| # 1.2.0
|
|
|
| * Add a `VersionConstraint.union()` method and a `new
|
|
|