From a2d9268a1d0019f78515ebbe24b72920e9a2c4f3 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 8 Feb 2012 09:45:16 +0000 Subject: [PATCH] Updated changes.xml with last fixes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1241837 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 463480b6f..0aba1ee4f 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,6 +52,12 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + Merged interface and implementation of EmpiricalDistribution. + + + Relaxed test for equality in UnivariateStatisticAbstractTest. + Fixed a faulty test for zero in TridiagonalTransformer.