From e3191b8349357b4b8a5151b9246e7b3a8ad10f91 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Wed, 6 Jan 2016 15:05:22 +0100 Subject: [PATCH] Added to Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7719a8be4f3..45b38e1afa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - Axis aligned bounding box: - Is now a from the right half-open interval. - Removed template from class declaration. + - New configuration tree parser + - Checks configuration parameters more strictly, automatically prints error/warning messages. + - Requires Boost >= 1.56 because of boost::optional with move semantics. ### Infrastructure -- GitLab