Author: bayard Date: Tue Nov 15 07:35:50 2011 New Revision: 1202079 URL: http://svn.apache.org/viewvc?rev=1202079&view=rev Log: Setting release date for 3.1
Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1202079&r1=1202078&r2=1202079&view=diff ============================================================================== --- commons/proper/lang/trunk/src/site/changes/changes.xml (original) +++ commons/proper/lang/trunk/src/site/changes/changes.xml Tue Nov 15 07:35:50 2011 @@ -21,7 +21,7 @@ </properties> <body> - <release version="3.1" date="unreleased" description="September release"> + <release version="3.1" date="2011-11-14" description="November release"> <action type="add" issue="LANG-760">Add API StringUtils.toString(byte[] intput, String charsetName)</action> <action type="update" issue="LANG-758">Add an example with whitespace in StringUtils.defaultIfEmpty</action> <action type="add" issue="LANG-756">Add APIs ClassUtils.isPrimitiveWrapper(Class<?>) and isPrimitiveOrWrapper(Class<?>)</action>