diff --git a/CHANGES/v2.8.md b/CHANGES/v2.8.md index 373904356c..02c7e00780 100644 --- a/CHANGES/v2.8.md +++ b/CHANGES/v2.8.md @@ -102,7 +102,7 @@ Changes from version 2.7 which are relevant for users: - Small fixes in the test suite to make sure `plumed` is always invoked with `--no-mpi` when testing for features. This avoids problems that were appearing when testing with some specific versions of OpenMPI. -## Version 2.8.4 +## Version 2.8.4 (Jun 3, 2024) - Added the possibility to disable `RTLD_DEEPBIND` (see \issue{952}). - Fixed a bug in `switchingfunction` mode `Q` thanks to @nm3787, (see #951) - Improved error reporting in CUSTOM switching function: an error is thrown if one uses `x` and `x2` arguments simultaneously (reported by Olivier Languin-Cattoen). @@ -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.