diff --git a/UPGRADE-2.2.md b/UPGRADE-2.2.md index 8025bab73b..4fbe41726d 100644 --- a/UPGRADE-2.2.md +++ b/UPGRADE-2.2.md @@ -38,7 +38,7 @@ ### Validator - * Interfaces were created for created for the classes `ConstraintViolation`, + * Interfaces were created for the classes `ConstraintViolation`, `ConstraintViolationList`, `GlobalExecutionContext` and `ExecutionContext`. If you type hinted against any of these classes, you are recommended to type hint against their interfaces now.