Author: ggregory
Date: Sat Sep 1 16:07:34 2012
New Revision: 1379786
URL: http://svn.apache.org/viewvc?rev=1379786&view=rev
Log:
[CODEC-148] More tests and minor things.
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=1379786&r1=1379785&r2=1379786&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Sat Sep 1 16:07:34 2012
@@ -51,6 +51,9 @@ The <action> type attribute can be add,u
</release>
-->
<release version="1.7" date="TBD" description="Feature and fix release.">
+ <action issue="CODEC-148" dev="ggregory" type="add" due-to="lathspell">
+ More tests and minor things.
+ </action>
<action issue="CODEC-146" dev="tn" type="add" due-to="Julius Davies">
Added regression tests for PhoneticEngine based on Solr-3.6.0.
</action>