Author: ggregory
Date: Wed Jul 27 02:30:11 2011
New Revision: 1151312

URL: http://svn.apache.org/viewvc?rev=1151312&view=rev
Log:
[CODEC-125] Implement a Beider-Morse phonetic matching codec. First commit. 
Thank you to Matthew Pocock for the contribution. TODO: PMD rules show code 
that needs to be changed to use StringBuffer in PhoneticEngine.

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=1151312&r1=1151311&r2=1151312&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Wed Jul 27 02:30:11 2011
@@ -23,6 +23,9 @@
     </properties>
     <body>
         <release version="2.0" date="TBA" description="Feature and fix 
release.">
+            <action dev="ggregory, matthewpocock" type="update" 
issue="CODEC-125">
+             Implement a Beider-Morse phonetic matching codec.
+            </action>
             <action dev="ggregory" type="update" issue="CODEC-119">
              Migrate to Java 5.
             </action>


Reply via email to