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 2016/05/14 16:23:12 UTC

[02/10] [math] Update "changes.xml".

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/9e877986
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/9e877986
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/9e877986

Branch: refs/heads/develop
Commit: 9e877986cd976df2ec84118c523174c0f35ef89d
Parents: 5366158
Author: Gilles <er...@apache.org>
Authored: Fri May 6 12:36:38 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Fri May 6 12:36:38 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/9e877986/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f8b5658..b33777d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,10 @@ 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="update" issue="MATH-1318" due-to="Eric Prescott-Gagnon">
+        "o.a.c.m.special.Gamma.digamma": Improved performance (through the use of
+        the reflection formula for negative arguments).
+      </action>
       <action dev="erans" type="add" issue="MATH-1350" due-to="Rob Tompkins">
         Improved code coverage (unit tests).
       </action>