From d99528598e30b1be9996e55ce74d7ffd7f0a4cc5 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Fri, 8 Oct 2004 06:25:18 +0000 Subject: [PATCH] Fix issue attribute name. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141458 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index f864e9554..cf2e49a45 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -44,13 +44,13 @@ The type attribute can be add,update,fix,remove. to the commons-dev list by Jon Langlois on 9/14. Integer arguments to getCumXxx were always returning 0 due to type conversion problems. - + Fixed locale-dependency in ComplexFormat. Renamed univariate package to descriptive and multivariate to regression. - + Improved efficiency of logGamma method in o.a.c.m.special.Gamma