diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 0e4e5ff7f..3e46129d2 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -149,3 +149,5 @@ BUG FIXES IN 3.0 [LANG-685] EqualsBuilder synchronizes on HashCodeBuilder. [LANG-703] StringUtils.join throws NPE when toString returns null for one of objects in collection [LANG-710] StringIndexOutOfBoundsException when calling unescapeHtml4("") + [LANG-714] StringUtils doc/comment spelling fixes. + [LANG-715] CharSetUtils.squeeze() speedup. diff --git a/src/site/changes/changes.xml b/src/site/changes/changes.xml index c0deda645..e3c03ab2d 100644 --- a/src/site/changes/changes.xml +++ b/src/site/changes/changes.xml @@ -23,6 +23,8 @@ <release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5"> <action type="update" issue="LANG-713">Increase test coverage of FieldUtils read methods and tweak javadoc</action> + <action type="fix" issue="LANG-715">CharSetUtils.squeeze() speedup.</action> + <action type="fix" issue="LANG-714">StringUtils doc/comment spelling fixes.</action> <action type="fix" issue="LANG-711">Add includeantruntime=false to javac targets to quell warnings in ant 1.8.1 and better (and modest performance gain).</action> <action type="fix" issue="LANG-710">StringIndexOutOfBoundsException when calling unescapeHtml4("&#03")</action> <action type="fix" issue="LANG-703">StringUtils.join throws NPE when toString returns null for one of objects in collection</action>