ChangeLog.md: Document previous commit
diff --git a/ChangeLog.md b/ChangeLog.md
index a981c16..587d6ea 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -90,6 +90,13 @@
 This issue did not pose a security threat, but removing the warning made it
 easier to detect actual security issues, should they arise in the future.
 
+14. Fixed an issue whereby the CPU usage of the default marker processor in the
+decompressor grew exponentially with the number of markers.  This caused an
+unreasonable slow-down in `jpeg_read_header()` if an application called
+`jpeg_save_markers()` to save markers of a particular type and then attempted
+to decompress a JPEG image containing an excessive number of markers of that
+type.
+
 
 2.0.8 ESR
 =========