diff --git a/src/site/changes/changes.xml b/src/site/changes/changes.xml index 815164d1e..e859411ae 100644 --- a/src/site/changes/changes.xml +++ b/src/site/changes/changes.xml @@ -21,7 +21,8 @@ - + + StringUtils equals() relies on undefined behavior Documentation bug: StringUtils.split TypeUtilsTest contains incorrect type assignability assertion TypeUtils.getTypeArguments() misses type arguments for partially-assigned classes @@ -32,6 +33,7 @@ Fix javadoc Ant warnings JavaDoc bug in static inner class DateIterator Add Triple class (ternary version of Pair) + FastDateFormat supports parse methods