diff --git a/CHANGES/v2.4.md b/CHANGES/v2.4.md index 607239d184ed9758cfa160ab325a3c2abc263721..6117bfb826e6879bc43fab4ce45d8cd9cb8b4be9 100644 --- a/CHANGES/v2.4.md +++ b/CHANGES/v2.4.md @@ -118,3 +118,5 @@ Fixes after alpha release: - (developers): `configure.ac` has been simplified and improved in order to more easily probe C++ libraries. - (developers): added `plumed_custom_skip` function to regtests in order to skip specific tests based on specific conditions (e.g. OS). - (developers): environment variable `LDSO` has been renamed to `LDSHARED`, which is standard in the python community. + - (developers): a `libplumedWrapper.a` library is installed as well, that can be used in `--runtime` patching. + - (developers): pkgconfig files are installed.