diff --git a/CHANGELOG.md b/CHANGELOG.md
index 010d81aa4038bdd8c457d29c83fb120bda1eafb8..d4719dcd6ccc1f88ca4de28a95022215a827fe3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,8 +12,8 @@ that users understand how the changes affect the new version.
 version 3.2.0-develop
 ---------------------------
 + Picard: Make a number of outputs in `CollectMultipleMetrics` optional. BamMetrics
-  will fail if `CollectAlignmentSummaryMetrics` & `MeanQualityByCycle` in this
-  task are not optional.
+  will fail if `CollectAlignmentSummaryMetrics` & `MeanQualityByCycle` are set
+  to false and their outputs are not optional.
 + The struct `BowtieIndex` was removed, as it has become obsolete.
 + The task `ReorderGlobbedScatters` was removed, as it has become obsolete.
 + Adjusted the memory settings of many tools, especially java tools.