From a97d0bd3151cb696a573a1e67bbe0d33355823ef Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Tue, 28 May 2024 12:01:13 +0200 Subject: [PATCH] changelog --- CHANGES/v2.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES/v2.8.md b/CHANGES/v2.8.md index 373904356c..d81e49e161 100644 --- a/CHANGES/v2.8.md +++ b/CHANGES/v2.8.md @@ -114,4 +114,5 @@ Changes from version 2.7 which are relevant for users: - Environment variables such as `PLUMED_INCLUDEDIR` and similar are sanitized before they are used for running commands. - Fixed a bug leading to a crash when using python selectors (e.g., `@mda:` or `@mdt:`) and multiple MPI processes per replica. - Fixed leaks in Subprocess, potentially givin problems with a large number (>250) of sequentially created plumed objects all of them using `@mda:` or `@mdt:` selectors. +- Quantum Espresso patches have been fixed for a bug leading to incorrect masses passed to PLUMED and for a missing string terminator.