Added forgotten message for improved fix. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5c07e548 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5c07e548 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/5c07e548
Branch: refs/heads/MATH_3_X Commit: 5c07e5487ab86b25448532bb8a54e026d698a253 Parents: bcb70e3 Author: Luc Maisonobe <l...@apache.org> Authored: Thu Apr 9 22:26:17 2015 +0200 Committer: Luc Maisonobe <l...@apache.org> Committed: Thu Apr 9 22:28:53 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/5c07e548/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a3bad91..a89c8cb 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! <action dev="luc" type="fix" issue="MATH-1211" due-to="Mike Zimmerman"> Fixed wrong selection of line/polyhedron intersection point. </action> + <action dev="luc" type="fix" issue="MATH-1162"> + Improved fix for corner cases in BSP-tree merging, when cut sub-hyperplanes vanish. + </action> <action dev="tn" type="fix" issue="MATH-1209" due-to="Jonathan Ogilvie"> Fixed link to algorithm description in "PoissonDistribution#sample()". </action>