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

CHANGELOG.

parent 5ab66faa
No related branches found
No related tags found
1 merge request!452Add scalar multiplication for multisets.
Pipeline #79354 passed
...@@ -21,6 +21,7 @@ Coq 8.12 and 8.13 are no longer supported by this release. ...@@ -21,6 +21,7 @@ Coq 8.12 and 8.13 are no longer supported by this release.
- Rename `map_preimage` into `map_preimg` to be consistent with `dom`. - Rename `map_preimage` into `map_preimg` to be consistent with `dom`.
- Improve `bijective_finite`: do not require an inverse, do not unnecessarily - Improve `bijective_finite`: do not require an inverse, do not unnecessarily
remove duplicates. remove duplicates.
- Add operation `*:` for "scalar" multiplication of multisets.
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.
Please register or to comment