Added MESOS-10126 to the 1.5.4 CHANGELOG.
diff --git a/CHANGELOG b/CHANGELOG
index 28bc3ca..a5f3eff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
   * [MESOS-9870] - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.
   * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping.
+  * [MESOS-10126] - Docker volume isolator needs to clean up the `info` struct regardless the result of unmount operation
 
 ** Improvement
   * [MESOS-9159] - Support Foreign URLs in docker registry puller.