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

CHANGELOG entry for map notations in !236.

parent 41b394df
No related branches found
No related tags found
No related merge requests found
Pipeline #43738 failed
......@@ -6,6 +6,7 @@ API-breaking change is listed.
- 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).
- Add map notations `{[ k1 := x1 ; .. ; kn := xn ]}` up to arity 13.
## std++ 1.5.0
......
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