You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/10/23 22:35:04 UTC

svn commit: r1401451 - /commons/proper/math/trunk/src/changes/changes.xml

Author: tn
Date: Tue Oct 23 20:35:04 2012
New Revision: 1401451

URL: http://svn.apache.org/viewvc?rev=1401451&view=rev
Log:
Added missing closing action tag.

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

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1401451&r1=1401450&r2=1401451&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Tue Oct 23 20:35:04 2012
@@ -65,6 +65,7 @@ If the output is not quite correct, chec
       </action>
       <action dev="tn" type="fix" issue="MATH-778" due-to="Sébastien Brisard">
         Allow unlimited input values for "Dfp#multiply(int)".
+      </action>
       <action dev="luc" type="fix" issue="MATH-641" due-to="Curtis Jensen">
         Added distance to point to 2D Line and Segment.
       </action>