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

Update Changelog.

parent 17b5bd9a
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,7 @@ sed 's/\bPersistentP\b/Persistent/g; s/\bTimelessP\b/Timeless/g; s/\bCMRADiscret ...@@ -93,6 +93,7 @@ sed 's/\bPersistentP\b/Persistent/g; s/\bTimelessP\b/Timeless/g; s/\bCMRADiscret
* Some extensions/improvements of heap_lang: * Some extensions/improvements of heap_lang:
- Improve handling of pure (non-state-dependent) reductions. - Improve handling of pure (non-state-dependent) reductions.
- Add fetch-and-add (`FAA`) operation. - Add fetch-and-add (`FAA`) operation.
- Syntax for all Coq's binary operations on `Z`.
* Use `Hint Mode` to prevent Coq from making arbitrary guesses in the presence * Use `Hint Mode` to prevent Coq from making arbitrary guesses in the presence
of evars, which often led to divergence. There are a few places where type of evars, which often led to divergence. There are a few places where type
annotations are now needed. annotations are now needed.
......
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