diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md
index 42341478dde64cb8a3094068ef500ea034c2ed93..87be24a4d1f2b4417414936fab6edcd178cc9fcd 100644
--- a/CHANGES/v2.5.md
+++ b/CHANGES/v2.5.md
@@ -184,4 +184,7 @@ For users:
   - 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.
+  - `Plumed` object can be explicitly finalized using `finalize()`. Can be used to make sure all files are closed,
+    but it is not necessary if the `Plumed` object gets correctly collected by Python.
+  - `Plumed` object can be used in context managers (e.g. `with plumed.Plumed() as p:`).
 - Precompiled binaries are available on [Anaconda cloud](https://anaconda.org/plumed/plumed).