diff --git a/CHANGELOG.md b/CHANGELOG.md
index 835085e1cb9171f519531c144752ca385c889f1c..4f286c5b243512867dcdc351a3b15df89876bb2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -64,6 +64,8 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`.
   inequality instead of RA composition and validity (also in `base_logic` and
   the higher layers).
 * Move `algebra.base` module to `prelude.prelude`.
+* Strengthen `cmra_op_discrete` to assume only `✓{0} (x1 ⋅ x2)` instead of `✓
+  (x1 â‹… x2)`.
 
 **Changes in `bi`:**