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

CHANGELOG fix.

parent 06909b86
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ Coq 8.11 is no longer supported.
to `stdpp`.
- Add an unstable `bitblast` tactic for solving equalities between integers
involving bitwise operations. (by Michael Sammler)
- Add the bind operation `set_bind` for finite sets. (by Dan Frumin and Paolo G.
Giarrusso)
The following `sed` script should perform most of the renaming
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).
......@@ -50,8 +52,6 @@ s/\bmap_disjoint_subset\b/kmap_subset/g
s/\blookup_union_l\b/lookup_union_l'/g
EOF
```
- Add the bind operation `set_bind` for finite sets. (by Dan Frumin and Paolo G.
Giarrusso)
## std++ 1.7.0 (2022-01-22)
......
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