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

CHANGELOG entry.

parent 9d820c00
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,8 @@ Coq development, but not every API-breaking change is listed. Changes marked
* Add lemmas `inv_combine` and `inv_combine_dup_l` for combining invariants.
* Rename `heap_lang.lifting` to `heap_lang.primitive_laws`. There now also
exists `heap_lang.derived_laws`.
* Remove global `Open Scope Z_scope` from `heap_lang.lang`, and leave it up to
reverse dependencies if they want to `Open Scope Z_scope` or not.
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`):
......
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