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 2014/01/16 22:39:04 UTC

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

Author: tn
Date: Thu Jan 16 21:39:03 2014
New Revision: 1558922

URL: http://svn.apache.org/r1558922
Log:
[MATH-1088] Add missing changelog entry.

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=1558922&r1=1558921&r2=1558922&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Thu Jan 16 21:39:03 2014
@@ -51,6 +51,11 @@ If the output is not quite correct, chec
   </properties>
   <body>
     <release version="3.3" date="TBD" description="TBD">
+      <action dev="erans" type="fix" issue="MATH-1088">
+        The iterator returned by "MultiDimensionalCounter#iterator()" will now
+        correctly throw a "NoSuchElementException" when calling "next()" and the
+        iterator is already exhausted.
+      </action>
       <action dev="luc" type="fix" >
         Fixed an issue with noisy functions for ODE events detection.
       </action>