Added MESOS-10126 to the 1.4.4 CHANGELOG.
diff --git a/CHANGELOG b/CHANGELOG
index 0ce1715..93c5279 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@
 ** Bug
   * [MESOS-9507] - Agent could not recover due to empty docker volume checkpointed files.
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
+  * [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.