Author: ggregory Date: Wed May 30 13:39:53 2018 New Revision: 1832544 URL: http://svn.apache.org/viewvc?rev=1832544&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=1832544&r1=1832543&r2=1832544&view=diff ============================================================================== --- commons/proper/codec/trunk/src/changes/changes.xml (original) +++ commons/proper/codec/trunk/src/changes/changes.xml Wed May 30 13:39:53 2018 @@ -45,6 +45,7 @@ The <action> type attribute can be add,u <release version="1.12" date="2017-MM-DD" description="Feature and fix release."> <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 -->