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

More CHANGELOG.

parent 54d7f380
No related branches found
No related tags found
No related merge requests found
Pipeline #47328 passed
...@@ -22,6 +22,13 @@ API-breaking change is listed. ...@@ -22,6 +22,13 @@ API-breaking change is listed.
- Make `Z.of_nat'` not an implicit coercion (from `nat` to `Z`) any more. - Make `Z.of_nat'` not an implicit coercion (from `nat` to `Z`) any more.
- Rename `decide_left``decide_True_pi` and `decide_right``decide_False_pi`. - Rename `decide_left``decide_True_pi` and `decide_right``decide_False_pi`.
- Add `option_guard_True_pi`. - Add `option_guard_True_pi`.
- Add lemma `surjective_finite` (by Alix Trieu).
- Add type classes `TCFalse`, `TCUnless`, `TCExists`, and `TCFastDone` (by
Michael Sammler).
- Add various results about bit representations of `Z` (by Michael Sammler).
- Add tactic `learn_hyp` (by Michael Sammler).
- Add `Countable` instance for decidable Sigma types (by Simon Gregersen).
- Add tactics `compute_done` and `compute_by` for solving goals by computation.
The following `sed` script should perform most of the renaming The following `sed` script should perform most of the renaming
(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