File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
16172.1.0
1718-----
Original file line number Diff line number Diff 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
34402.1.0
3541-----
You can’t perform that action at this time.
0 commit comments