From ca164b09a555f8fad13d36c0f7f5b52d8582fad0 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 28 Apr 2014 21:32:05 +0000 Subject: [PATCH] Update changelog. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1590808 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7c0dda3ed..ee82a7b1f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,36 @@ If the output is not quite correct, check for invisible trailing spaces! Commons Math Release Notes - + Build properly empty polyhedrons set when given equal min/max boundaries. Also explained better in the javadoc about some wrong usage of PolyhedronsSet constructor.