diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md
index 5f588ff6bd2e7df74f79bf5366b7d56faa56c3e4..07a4957b4d3aa7f65caaaf97ad0a6ddd08467ee5 100644
--- a/CHANGES/v2.5.md
+++ b/CHANGES/v2.5.md
@@ -179,3 +179,7 @@ For users:
 - Fixed performance of \ref CUSTOM when having zero derivatives with respect to some arguments.
 - New patch for GROMACS 2019.2
 - Module VES: Fixed performance of \ref BF_CUSTOM for basis functions with linear terms (e.g. having zero derivatives). 
+- Python wrappers:
+  - Python module is now always named `plumed` irrespectively of program prefix and suffix. Notice 
+    that python module is installed inside the `lib/program_name` directory and thus it is not necessary to
+    use `program_name` in order to install multiple modules side by side.