From d4ef4d8e81f94b0118d85c9d3233363ca4411a4b Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Fri, 24 Nov 2017 18:54:14 +0100 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index 7307c24b1..db3d2376d 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -16,3 +16,6 @@ Changes from version 2.4 which are relevant for users: Changes from version 2.4 which are relevant for developers: - Code has been cleanup up replacing a number of pointers with `std::unique_ptr`. (WORK IN PROGRESS: in principle we could aim at eliminating all delete statements) +- Exceptions cannot be disabled (`--disable-cxx-exceptions` option has been removed from `./configure`. +- Every exception thrown in PLUMED now also writes its message on PLUMED log. + -- GitLab