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

CHANGELOG.

This is a copy/paste of the CHANGELOG in iris/stdpp!198.
parent 2b610e92
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ Coq 8.8 and 8.9 are no longer supported.
iterated addition.
+ Rename and restate many lemmas so as to be consistent with the conventions
for Coq's number types `nat`, `N`, and `Z`.
- Fix a bug where `pretty 0` was defined as `""`, the empty string. It now
returns `"0"` for `N`, `Z`, and `nat`.
The following `sed` script should perform most of the renaming
(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