diff --git a/CHANGES/Unreleased.txt b/CHANGES/Unreleased.txt index 4cc155a9f0780055785b1e6132cf731ff9329064..c7de30c2e7953a62953354d2735d4d9167a8ef66 100644 --- a/CHANGES/Unreleased.txt +++ b/CHANGES/Unreleased.txt @@ -34,5 +34,9 @@ Changes from version 2.0 which are relevant for developers: to use MPI calls inside Action::prepare() - colvar/CoordinationBase.cpp has been changed to make it faster. If you devised a class which inherits from here, consider that CoordinationBase::pairing now needs _squared_ distance instead of distance +- It is possible to run "make install" from subdirectories (e.g. from src/colvar) +- There is a small script which disables/enables all optional modules (make mod-light/mod-heavy/mod-reset) +- Added "-q" option to plumed patch + */