Update CHANGELOG.md

This commit is contained in:
Eduardo Gulias Davis
2021-01-04 00:27:46 +01:00
committed by GitHub
parent 17e0e0f683
commit bcfcb883df
+1 -1
View File
@@ -9,7 +9,7 @@
* PHP version upgraded to match Symfony's (as of 12/2020).
* DNSCheckValidation now fails for missing MX records. While the RFC argues that the existence of only A records to be valid, starting in v3 they will be considered invalid.
* Emails domain part are now intenteded to be RFC 1030 compliant, rendering previous valid emails (e.g example@examp&) invalid.
* Emails domain part are now intenteded to be RFC 1035 compliant, rendering previous valid emails (e.g example@examp&) invalid.
## PHP versions upgrade policy
PHP version upgrade requirement will happen via MINOR (3.x) version upgrades of the library, following the adoption level by major frameworks.