From 1db3c9d30d351f1141572f2d5fe8c8df66496771 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Fri, 21 Sep 2018 11:58:12 +0200 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index 840af4453..bc4be58c1 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -97,7 +97,8 @@ Changes from version 2.4 which are relevant for developers: `github.com/coverage-branch` (see \issue{348}). In addition, coverage for third-party libraries included in PLUMED is reported as well. - It is not possible anymore to use `make install prefix=/path`. Prefix can only be changed during `./configure` (see \issue{332}). -- Exception class has been rewritten to allow more extensive messaged. +- Exception class has been rewritten to allow more extensive messages. Now also function name is shown. +- On linux, library is linked with `-Bsymbolic`. - A small number of header files is installed - When launching `plumed`, flags `--no-mpi` and `--mpi` can appear multiple times. The last appearence is the effective one. - Internal blas and lapack libraries updated to gromacs 2018. -- GitLab