Skip to content
Snippets Groups Projects
Commit 6da05b7a authored by Michael Sammler's avatar Michael Sammler
Browse files

add change log entry for bitvector package and remove stdpp_unstable/.keep

parent 6c1e9be8
No related branches found
No related tags found
1 merge request!542create new package for stdpp-bitvector library
......@@ -32,6 +32,11 @@ Coq 8.19 is newly supported by this version of std++.
`{[ (x, y) : nat * nat | x = y ]}`. (by Thibaut Pérami)
- Add `inv select` and `inversion select` tactics that allow selecting the
to-be-inverted hypothesis with a pattern.
- Create a `coq-stdpp-bitvector` package containing the previously
unstable `bitvector` library. Users of the library need to change
the import path from `stdpp.unstable.bitvector` to
`stdpp.bitvector.bitvector` and from `stdpp.unstable.bitvector_tactics` to
`stdpp.bitvector.tactics`.
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