From 6fa2b3bb36205810164358a9e64ea1e10e6cad98 Mon Sep 17 00:00:00 2001 From: carlocamilloni <carlo.camilloni@gmail.com> Date: Mon, 2 Dec 2019 22:04:06 +0100 Subject: [PATCH] doc --- CHANGES/v2.5.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index 4c7529985..b793a3e31 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -204,3 +204,9 @@ For users: when installing from PyPI, to avoid cython dependency. - Using python 2 to create the cpp file uploaded on PyPI (this will change to python 3 in 2.6, see \issue{502}). - Module VES: Fixed a bug in updating of bias potential in \ref VES_LINEAR_EXPANSION that is present for certain integrators that call the calculation of the bias multiple times (see [here](https://groups.google.com/d/msg/plumed-users/kPZu_tNZtgk/LrkS0EqrCQAJ)) and replica exchange. + +## Version 2.5.4 () + +For users: +- Includes all fixes up to 2.4.7 + -- GitLab