From 401a85d08800c4f68ad5f0fb2121862923d23b50 Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Mon, 7 Dec 2020 13:13:15 +0000 Subject: [PATCH] [Jenkins release job] changelog.txt updated by release build 6.2.0.CR1 --- changelog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelog.txt b/changelog.txt index 712c9dfa4a..6c31a4cb65 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,23 @@ Hibernate Validator Changelog ============================= +6.2.0.CR1 (07-12-2020) +------------------------- + +** Improvement + * HV-1812 - engine - Avoid reflection-based metadata extraction for built-in value extractors + +** New Feature + * HV-1816 - engine - Disable Expression Language by default for custom constraint violations + +** Remove Feature + * HV-1790 - engine, validators - Remove the SafeHtml constraint + +** Task + * HV-1820 - engine - Upgrade JBoss Logging to 3.4.1.Final + * HV-1819 - engine - Upgrade Classmate to 1.5.1 + * HV-1817 - build - Upgrade to checkstyle 8.38 + 6.1.6.Final (30-09-2020) -------------------------