diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6fa086698e5c684a4a001fffbbd06378fc91673b..24059be66ccb81bb6db4a3fc116a3c6dd92c1a37 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -59,6 +59,8 @@ Changed
 * The :func:`.fileOrText` decorator has been updated to work with input
   values - file paths must be passed in as ``pathlib.Path`` objects, so they
   can be differentiated from input values.
+* Loaded :class:`.Image` objects returned by :mod:`fsl.wrappers` functions
+  are now named according to the wrapper function argument name.
 
 
 Fixed