We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374f110 commit c70a24fCopy full SHA for c70a24f
src/Symfony/Component/Validator/CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+5.1.0
5
+-----
6
+
7
+ * added option `alpha3` to `Country` constraint
8
9
5.0.0
10
-----
11
@@ -17,7 +22,6 @@ CHANGELOG
17
22
* changed the default value of `Length::$allowEmptyString` to `false` and made it optional
18
23
* removed `Symfony\Component\Validator\Mapping\Cache\CacheInterface` in favor of PSR-6.
19
24
* removed `ValidatorBuilder::setMetadataCache`, use `ValidatorBuilder::setMappingCache` instead.
20
- * added option `alpha3` to `Country` constraint
21
25
26
4.4.0
27
0 commit comments