Author: ggregory Date: Wed May 30 13:40:30 2018 New Revision: 1832546 URL: http://svn.apache.org/viewvc?rev=1832546&view=rev Log: [CODEC-246] ColognePhoneticTest.testIsEncodeEquals missing assertions. Closes #13.
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=1832546&r1=1832545&r2=1832546&view=diff ============================================================================== --- commons/proper/codec/trunk/src/changes/changes.xml (original) +++ commons/proper/codec/trunk/src/changes/changes.xml Wed May 30 13:40:30 2018 @@ -43,13 +43,13 @@ The <action> type attribute can be add,u </properties> <body> <release version="1.12" date="2017-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-244" dev="ggregory" type="update">Update from Java 6 to Java 7</action> <action issue="CODEC-240" dev="ggregory" type="add" due-to="Ioannis Sermetziadis">Add Percent-Encoding Codec (described in RFC3986 and RFC7578)</action> <action issue="CODEC-246" dev="ggregory" type="fix" due-to="Oscar Luis Vera Pérez">ColognePhoneticTest.testIsEncodeEquals missing assertions</action> </release> <release version="1.11" date="2017-10-20" 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-241" type="add">Add support for XXHash32</action> <action issue="CODEC-234" dev="ggregory" type="update" due-to="Christopher Schultz, Sebb">Base32.decode should support lowercase letters</action> <action issue="CODEC-233" dev="sebb" type="update" due-to="Yossi Tamari">Soundex should support more algorithm variants</action>