Skip to content
Snippets Groups Projects
Commit d41f8ad5 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Fix CHANGELOG.

parent 21b7ffa1
No related branches found
No related tags found
No related merge requests found
...@@ -67,9 +67,9 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`. ...@@ -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 `✓ * Strengthen `cmra_op_discrete` to assume only `✓{0} (x1 ⋅ x2)` instead of `✓
(x1 ⋅ x2)`. (x1 ⋅ x2)`.
* Rename the types `ofeT``ofe`, `cmraT``cmra`, `ucmraT``ucmra`, and the * Rename the types `ofeT``ofe`, `cmraT``cmra`, `ucmraT``ucmra`, and the
constructors `OfeT``Ofe`, and `CmraT``Cmra`, since the `T` suffix is not constructors `OfeT``Ofe`, `CmraT``Cmra`, and `UcmraT``Ucmra` since the `T`
needed. This change makes these names consistent with `bi` and `Ucmra`, suffix is not needed. This change makes these names consistent with `bi`,
which also do not have a `T` suffix. which also does not have a `T` suffix.
**Changes in `bi`:** **Changes in `bi`:**
...@@ -224,7 +224,8 @@ s/\bofeT\b/ofe/g ...@@ -224,7 +224,8 @@ s/\bofeT\b/ofe/g
s/\bOfeT\b/Ofe/g s/\bOfeT\b/Ofe/g
s/\bcmraT\b/cmra/g s/\bcmraT\b/cmra/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 EOF
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment