Setting 3.0 release date

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-07-19 03:41:22 +00:00
parent 96eaa828b6
commit c40ebb8edf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</properties>
<body>
<release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
<release version="3.0" date="2011-07-18" description="Backwards incompatible update of Commons Lang to Java 5">
<action type="fix" issue="LANG-720">StringEscapeUtils.escapeXml(input) outputs wrong results when an input contains characters in Supplementary Planes.</action>
<action type="update" issue="LANG-718">build.xml Java 1.5+ updates.</action>
<action type="fix" issue="LANG-716">swapCase and *capitalize speedups.</action>