From f77a10918c369adec114d94b5bc4c3709f4bea7f Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Fri, 13 Oct 2023 16:29:41 +0200 Subject: [PATCH] changelog --- CHANGES/v2.10.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES/v2.10.md b/CHANGES/v2.10.md index 4b6df535ed..0a5c12d1eb 100644 --- a/CHANGES/v2.10.md +++ b/CHANGES/v2.10.md @@ -8,3 +8,4 @@ This page contains changes that will end up in 2.10 - Changes relevant for developers: - Removed some shortcuts for `ActionRegister.h` (from the modules bias colvar function sasa and vatom) and `CLToolRegister.h` (from the module cltools), now the two headers can only be included with `#include "core/ActionRegister.h"` or `#include "core/CLToolRegister.h"`. + - `plumed mklib` can now process more than one cpp file. Files are combined in a single library.