Fix CHANGELOG

This commit is contained in:
Fabien Potencier 2020-07-31 09:45:25 +02:00
parent bea6c99db7
commit b8529a03a6

View File

@ -4,6 +4,7 @@ CHANGELOG
5.2.0 5.2.0
----- -----
* added a `Cascade` constraint to ease validating nested typed object properties
* deprecated the `allowEmptyString` option of the `Length` constraint * deprecated the `allowEmptyString` option of the `Length` constraint
Before: Before:
@ -32,7 +33,6 @@ CHANGELOG
5.1.0 5.1.0
----- -----
* added a `Cascade` constraint to ease validating typed nested objects
* added the `Hostname` constraint and validator * added the `Hostname` constraint and validator
* added the `alpha3` option to the `Country` and `Language` constraints * added the `alpha3` option to the `Country` and `Language` constraints
* allow to define a reusable set of constraints by extending the `Compound` constraint * allow to define a reusable set of constraints by extending the `Compound` constraint