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

CHANGELOG.

parent 993d41d3
No related branches found
No related tags found
1 merge request!233Remove singleton notations for tuples
This file lists "large-ish" changes to the std++ Coq library, but not every
API-breaking change is listed.
## std++ master
- Remove singleton notations `{[ x,y ]}` and `{[ x,y,z ]}` for `{[ (x,y) ]}`
and `{[ (x,y,z) ]}`. They date back to the time we used the `singleton` class
with a product for maps (there's now the `singletonM` class).
## std++ 1.5.0
Coq 8.13 is newly supported by this release, Coq 8.8 and 8.9 are no longer
......
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