Documenting LANG-710 in the release notes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-07-03 08:10:42 +00:00
parent 4509b8a49c
commit 874438dfc1
3 changed files with 3 additions and 0 deletions

View File

@ -147,3 +147,4 @@ BUG FIXES IN 3.0
[LANG-677] DateUtils.isSameLocalTime compares using 12 hour clock and not 24 hour
[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("&#03")

View File

@ -22,6 +22,7 @@
<body>
<release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
<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>
<action type="add" issue="LANG-697">Add FormattableUtils class</action>
<action type="add">Add ClassUtils.getSimpleName() methods</action>

View File

@ -162,6 +162,7 @@ BUG FIXES IN 3.0
[LANG-677] DateUtils.isSameLocalTime compares using 12 hour clock and not 24 hour
[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("&#03")
</source>
</p>