diff --git a/changelog.txt b/changelog.txt index b0f5dba317..957c43b00e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,16 @@ Hibernate Validator Changelog ============================= +5.3.6.Final (19-10-2017) +------------------------- + +** Bug + * HV-1498 - engine - Privilege escalation when running under the security manager + * HV-1494 - validators - Hibernate Validator specific @NotEmpty used on return type throws an exception + +** Improvement + * HV-1454 - build - Support JDK 9 build 180 + 5.3.5.Final (15-03-2017) -------------------------