diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 10bf4ef5d..cab5ffb39 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -84,4 +84,5 @@ IMPROVEMENTS IN 2.3: * [LANG-291] - Null-safe comparison methods for finding most recent / least recent dates. * [LANG-306] - StrBuilder appendln/appendAll/appendSeparator * [LANG-310] - BooleanUtils isNotTrue/isNotFalse + * [LANG-314] - Tests fail to pass when building with Maven 2 diff --git a/xdocs/upgradeto2_3.xml b/xdocs/upgradeto2_3.xml index d12dcf9ed..4a9345831 100644 --- a/xdocs/upgradeto2_3.xml +++ b/xdocs/upgradeto2_3.xml @@ -106,6 +106,7 @@ IMPROVEMENTS IN 2.3: * [LANG-291] - Null-safe comparison methods for finding most recent / least recent dates. * [LANG-306] - StrBuilder appendln/appendAll/appendSeparator * [LANG-310] - BooleanUtils isNotTrue/isNotFalse + * [LANG-314] - Tests fail to pass when building with Maven 2