You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oe...@apache.org on 2015/08/20 20:21:29 UTC

[2/2] [math] MATH-1258: added entry to changes.xml

MATH-1258: added entry to 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/b1f4a30a
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b1f4a30a
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/b1f4a30a

Branch: refs/heads/MATH_3_X
Commit: b1f4a30aab0c95d9bfff79ead03e20fc74d7e4a1
Parents: 7934bfe
Author: Otmar Ertl <ot...@gmail.com>
Authored: Thu Aug 20 20:13:33 2015 +0200
Committer: Otmar Ertl <ot...@gmail.com>
Committed: Thu Aug 20 20:18:14 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/b1f4a30a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0e1fc5f..24a288f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,9 @@ If the output is not quite correct, check for invisible trailing spaces!
   </properties>
   <body>
     <release version="3.6" date="XXXX-XX-XX" description="">
+      <action dev="oertl" type="fix" issue="MATH-1258" due-to="Gunel Jahangirova">
+        Added check for equal array lengths to distance measure functions.
+      </action>
       <action dev="erans" type="fix" issue="MATH-1257" due-to="Bill Murphy">
         Better accuracy in computation of cumulative probability of "NormalDistribution"
         (package "o.a.c.m.distribution").