Add a little teaser for 3.3 to changes.xml

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1572870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-02-28 08:24:58 +00:00
parent edbd9842cf
commit 24f4c1c6ee
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</properties>
<body>
<release version="3.3" date="TBA" description="Bugfix and Feature release">
<release version="3.3" date="TBA" description="Bug fixes and and new features including: DifferenceBuilder, ClassPathUtils, RandomUtils and Jaro-Winkler String distance metric">
<action issue="LANG-621" type="fix" dev="kinow" due-to="Philip Hodges, Thomas Neidhart">ReflectionToStringBuilder.toString does not debug 3rd party object fields within 3rd party object</action>
<action issue="LANG-955" type="add" dev="britter" due-to="Adam Hooper">Add methods for removing all invalid characters according to XML 1.0 and XML 1.1 in an input string to StringEscapeUtils</action>
<action issue="LANG-977" type="fix" dev="britter" due-to="Chris Karcher">NumericEntityEscaper incorrectly encodes supplementary characters</action>