From a1bbf77fe0a5758ca978da0e602ecebf0a13f3f0 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 24 Jan 2022 00:16:01 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794678d..48085ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - New `withoutSuffixes()` extension for `Version` which makes a copy without the pre-release and build metadata identities. - Support for parsing loose versions. -- Constraints are now recognising the `v` prefix in conditions like: `>=v1.2`. +- Constraints are now recognizing the `v` prefix in conditions like: `>=v1.2`. ### Fixed - During version incrementation the `preRelease` argument was not validated.