Skip to content

Commit 56d61eb

Browse files
committed
[Form][Validator] Added BC breaks in unstable code to the CHANGELOG
1 parent 1e34e91 commit 56d61eb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Symfony/Component/Form/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CHANGELOG
1212
* deprecated FormException and introduced ExceptionInterface instead
1313
* [BC BREAK] FormException is now an interface
1414
* protected FormBuilder methods from being called when it is turned into a FormConfigInterface with getFormConfig()
15+
* [BC BREAK] inserted argument `$message` in the constructor of `FormError`
1516

1617
2.1.0
1718
-----

src/Symfony/Component/Validator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ CHANGELOG
3030
are ignored for arrays now. Arrays are always traversed recursively.
3131
* added dependency to Translation component
3232
* violation messages are now translated with a TranslatorInterface implementation
33+
* [BC BREAK] inserted argument `$message` in the constructor of `ConstraintViolation`
34+
* [BC BREAK] inserted arguments `$translator` and `$translationDomain` in the constructor of `ExecutionContext`
35+
* [BC BREAK] inserted arguments `$translator` and `$translationDomain` in the constructor of `GraphWalker`
36+
* [BC BREAK] inserted arguments `$translator` and `$translationDomain` in the constructor of `ValidationVisitor`
37+
* [BC BREAK] inserted arguments `$translator` and `$translationDomain` in the constructor of `Validator`
38+
* [BC BREAK] added `setTranslator()` and `setTranslationDomain()` to `ValidatorBuilderInterface`
3339

3440
2.1.0
3541
-----

0 commit comments

Comments
 (0)