You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/05/10 07:59:18 UTC

[3/3] [math] MATH-1413: Add changes.xml entry

MATH-1413: Add changes.xml entry


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

Branch: refs/heads/master
Commit: 60fdd5f3a6313484239e6b0eae0ee75ae89bd6a3
Parents: 843fbfb
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Wed May 10 19:58:44 2017 +1200
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Wed May 10 19:58:44 2017 +1200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/60fdd5f3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 622b449..90df1e1 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="kinow" type="fix" issue="MATH-1413">
+        add generics to the Frequency class
+      </action>
       <action dev="erans" type="fix" issue="MATH-1417" due-to="Jean-Francois Lecomte">
         "RRQRDecomposition": bug in method "performHouseholderReflection".
       </action>