You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/08/30 16:31:09 UTC

[math] Update "changes.xml".

Repository: commons-math
Updated Branches:
  refs/heads/master 818533e92 -> d17cabe29


Update "changes.xml".


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d17cabe2
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d17cabe2
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/d17cabe2

Branch: refs/heads/master
Commit: d17cabe29ff3a9ad9ffab2696e84ee0b4aaf5531
Parents: 818533e
Author: Gilles <er...@apache.org>
Authored: Sun Aug 30 16:30:33 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Sun Aug 30 16:30:33 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/d17cabe2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 48e56fd..52297c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@ If the output is not quite correct, check for invisible trailing spaces!
     </release>
 
     <release version="4.0" date="XXXX-XX-XX" description="">
+      <action dev="erans" type="add" issue="MATH-1259">
+        New "IntegerSequence" class (in package "o.a.c.m.util") with "Incrementor" inner class.
+      </action>
       <action dev="oertl" type="update" issue="MATH-1220"> <!-- backported to 3.6 -->
         Faster generation of Zipf distributed random numbers by using rejection-inversion sampling.
       </action>