Repository: commons-math Updated Branches: refs/heads/develop 3ec3a2e35 -> 7c1a59fa7
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/b8e290a2 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b8e290a2 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/b8e290a2 Branch: refs/heads/develop Commit: b8e290a2cc5adc5fdcf64898a38c3bc2c38c5332 Parents: 3ec3a2e Author: Gilles <er...@apache.org> Authored: Sat Apr 30 15:51:13 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Sat Apr 30 15:51:13 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/b8e290a2/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9bffc01..1120ac5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,9 @@ 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="add" issue="MATH-1350" due-to="Rob Tompkins"> + Improved code coverage (unit tests). + </action> <action dev="erans" type="add" issue="MATH-1335"> Refactoring of uniform random number generator functionality: new API implemented in package "o.a.c.m.rng".