From 40daf0a0d527da70fbaaefaced67587a526b18c6 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Thu, 28 Apr 2011 15:23:34 +0000 Subject: [PATCH] Doc fix (description of release 2.2 was missing). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1097502 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index bf7b23fbe..6e17ad20a 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,7 +52,7 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> - + Added an interpolator adapter for data with known period. @@ -305,7 +305,33 @@ The type attribute can be add,update,fix,remove. "AbstractScalarDifferentiableOptimizer" inherits from "AbstractScalarOptimizer". - + FastMath is not an exact replacement for StrictMath (partially fixed) added scalb(double, int), scalb(float, int)