From 9e877986cd976df2ec84118c523174c0f35ef89d Mon Sep 17 00:00:00 2001 From: Gilles Date: Fri, 6 May 2016 12:36:38 +0200 Subject: [PATCH] Update "changes.xml". --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f8b565898..b33777d22 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! + + "o.a.c.m.special.Gamma.digamma": Improved performance (through the use of + the reflection formula for negative arguments). + Improved code coverage (unit tests).