Added MESOS-10169 to the 1.8.2 CHANGELOG.
diff --git a/CHANGELOG b/CHANGELOG
index 8896297..4f74a48 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,7 @@
   * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping.
   * [MESOS-10015] - updateAllocation() can stall the allocator with a huge number of reservations on an agent.
   * [MESOS-10126] - Docker volume isolator needs to clean up the `info` struct regardless the result of unmount operation
+  * [MESOS-10169] - Reintroduce image fetch deduplication while keeping it possible to destroy UCR containers in PROVISIONING state.
 
 ** Improvement
   * [MESOS-9889] - Master CPU high due to unexpected foreachkey behaviour in Master::__reregisterSlave.