Update "changes.xml"
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/aca1cd3e Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/aca1cd3e Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/aca1cd3e Branch: refs/heads/develop Commit: aca1cd3ec042c9dc4795e1eaa0f7c12f2633891b Parents: 595f3fb Author: Gilles <gil...@harfang.homelinux.org> Authored: Sun May 29 22:50:55 2016 +0200 Committer: Gilles <gil...@harfang.homelinux.org> Committed: Sun May 29 22:50:55 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/aca1cd3e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3ced6eb..42ba8d5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,12 @@ If the output is not quite correct, check for invisible trailing spaces! </release> <release version="4.0" date="XXXX-XX-XX" description=""> + <action dev="erans" type="fix" issue="MATH-1319"> + Major refactoring of package "o.a.c.m.random". + </action> + <action dev="erans" type="fix" issue="MATH-1366"> + Removed obsolete RNG API (replaced by classes under "o.a.c.m.rng"). + </action> <action dev="erans" type="add" issue="MATH-1015" due-to="Thomas Neidhart"> Gauss-Laguerre quadrature. </action>