Repository: commons-math Updated Branches: refs/heads/master c1607bbc3 -> 4f73871cf
Missing quote. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/63bc0dbf Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/63bc0dbf Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/63bc0dbf Branch: refs/heads/master Commit: 63bc0dbfd88688c15a4fb1ee57cadd3872064e03 Parents: c1607bb Author: Gilles <[email protected]> Authored: Thu Aug 13 23:27:40 2015 +0200 Committer: Gilles <[email protected]> Committed: Thu Aug 13 23:27:40 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/63bc0dbf/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7d165a3..1849688 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,7 +54,7 @@ If the output is not quite correct, check for invisible trailing spaces! </release> <release version="4.0" date="XXXX-XX-XX" description=""> - <action dev="psteitz" type="fix" issue="MATH-1252 due-to="John Bay"> <!-- backported to 3.6 --> + <action dev="psteitz" type="fix" issue="MATH-1252" due-to="John Bay"> <!-- backported to 3.6 --> ResizableDoubleArray constructor does not work with double array of size 1. </action> <action dev="erans" type="fix" issue="MATH-1251"> <!-- backported to 3.6 -->
