diff --git a/CHANGELOG.md b/CHANGELOG.md
index acc6f0398a3f2ffbc0e2075561a4526dc5ee5e80..8d4202b2d60d3b8d856959977a370adc5f8e87c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -67,9 +67,9 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`.
 * Strengthen `cmra_op_discrete` to assume only `✓{0} (x1 ⋅ x2)` instead of `✓
   (x1 â‹… x2)`.
 * Rename the types `ofeT`→`ofe`, `cmraT`→`cmra`, `ucmraT`→`ucmra`, and the
-  constructors `OfeT`→`Ofe`, and `CmraT`→`Cmra`, since the `T` suffix is not
-  needed. This change makes these names consistent with `bi` and `Ucmra`,
-  which also do not have a `T` suffix.
+  constructors `OfeT`→`Ofe`, `CmraT`→`Cmra`, and `UcmraT`→`Ucmra` since the `T`
+  suffix is not needed. This change makes these names consistent with `bi`,
+  which also does not have a `T` suffix.
 
 **Changes in `bi`:**
 
@@ -224,7 +224,8 @@ s/\bofeT\b/ofe/g
 s/\bOfeT\b/Ofe/g
 s/\bcmraT\b/cmra/g
 s/\bCmraT\b/Cmra/g
-s/\bcmraT\b/ucmra/g
+s/\bucmraT\b/ucmra/g
+s/\bUcmraT\b/Ucmra/g
 EOF
 ```