diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml
index 0ba0eaaf1..90172aa3c 100644
--- a/src/site/xdoc/changes.xml
+++ b/src/site/xdoc/changes.xml
@@ -39,7 +39,14 @@ The type attribute can be add,update,fix,remove.
Commons Math Release Notes
-
+
Fixed numerous warnings in test code.
@@ -48,17 +55,17 @@ Commons Math Release Notes
improving speed.
- Added the estimation optimization, geometry and ode package from the
+ Added the estimation, optimization, geometry and ode packages from the
Mantissa library.
Made ComplexFormat format double values with a provided NumberFormat
instance instead of using the real part format for all values.
-
+
Added Pascal distribution implementation.
-
+
Added QR Decomposition.
@@ -71,7 +78,7 @@ Commons Math Release Notes
not return incorrect results for numbers with bad IEEE754
representations.
-
+
Added Fast Fourier Transform implementation.
@@ -130,7 +137,7 @@ Commons Math Release Notes
Add tests for Fraction constructor using double parameter.
-
+
Added one-way ANOVA implementation.
@@ -146,15 +153,15 @@ Commons Math Release Notes
Added a equals and hash methods in MathUtils to check for double arrays
-
+
Added an angle normalization method in MathUtils to force angles in some
user-defined interval
-
+
Added vectorial covariance computation (either sample or population
covariance)
-
+
Added multivariate summary statistics