From 4e73fd7f1f189f844bc0cb1790dc2c5559612e87 Mon Sep 17 00:00:00 2001 From: Gareth Tribello <gareth.tribello@gmail.com> Date: Thu, 13 Apr 2017 16:53:58 -0300 Subject: [PATCH] Documented change in previous commit in CHANGES file --- CHANGES/v2.3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES/v2.3.txt b/CHANGES/v2.3.txt index d3229aa7e..3e930e471 100644 --- a/CHANGES/v2.3.txt +++ b/CHANGES/v2.3.txt @@ -157,6 +157,7 @@ See branch \branch{v2.3} on git repository. - Fixed bug when using \ref MOVINGRESTRAINT with periodic variables such as \ref TORSION \issue{225}. - Fixed bug in \ref HBONDS that used to apear when you used DONORNS and ACCEPTORS with same numbers of atoms - Fixed bug in \ref DISTANCES that appears when using BETWEEN and link cells. +- Prevented users from causing segfaults by storing derivatives without LOWMEM flag. In these caess PLUMED crashes with meaningful errors. For developers: - plumedcheck validation has been made stricter. All the checks are now described in the developer manual. -- GitLab