You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2016/09/22 00:22:20 UTC

svn commit: r1761832 - /commons/proper/codec/trunk/src/changes/changes.xml

Author: stain
Date: Thu Sep 22 00:22:20 2016
New Revision: 1761832

URL: http://svn.apache.org/viewvc?rev=1761832&view=rev
Log:
CODEC-220 CODEC-222 added to changes.xml

Modified:
    commons/proper/codec/trunk/src/changes/changes.xml

Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1761832&r1=1761831&r2=1761832&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Thu Sep 22 00:22:20 2016
@@ -45,7 +45,9 @@ The <action> type attribute can be add,u
     <release version="1.11" date="2016-MM-DD" description="Feature and fix release.">
       <!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->
 
-	  <action issue="CODEC-225" dev="jochen" type="fix" due-to="Svetlin Zarev">Fix minor resource leaks</action>
+      <action issue="CODEC-220" dev="sebb" type="add">Fluent interface for DigestUtils</action>
+      <action issue="CODEC-222" dev="sebb" type="add">Fluent interface for HmacUtils</action>
+      <action issue="CODEC-225" dev="jochen" type="fix" due-to="Svetlin Zarev">Fix minor resource leaks</action>
       <action issue="CODEC-223" dev="sebb" type="remove">Drop obsolete Ant build</action>
       <action issue="CODEC-171" dev="sebb" type="add" due-to="Brett Okken">Add support for CRC32-C</action>
       <action issue="CODEC-221" dev="sebb" type="update">HmacUtils.updateHmac calls reset() unnecessarily</action>