Skip to content
Snippets Groups Projects
Commit f9b2155e authored by Ralf Jung's avatar Ralf Jung
Browse files

CHANGELOG

parent 818c9480
No related branches found
No related tags found
No related merge requests found
...@@ -205,6 +205,11 @@ Coq development, but not every API-breaking change is listed. Changes marked ...@@ -205,6 +205,11 @@ Coq development, but not every API-breaking change is listed. Changes marked
* Move the RAs for `nat` and `positive` and the `mnat` RA into a separate * Move the RAs for `nat` and `positive` and the `mnat` RA into a separate
module. They must now be imported from `From iris.algebra Require Import module. They must now be imported from `From iris.algebra Require Import
numbers`. numbers`.
* Remove notation for 3-mask step-taking updates, and made 2-mask notation less
confusing by distinguishing it better from mask-changing updates.
Old: `|={E1,E2]▷=> P`. New: `|={Eo}[Ei]▷=> P`.
As part of this, the lemma `step_fupd_mask_mono` now also has a more
consistent argument order for its masks.
The following `sed` script should perform most of the renaming (FIXME: incomplete) The following `sed` script should perform most of the renaming (FIXME: incomplete)
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`): (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`):
......
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