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

Changelog tweaks, e.g. order contributes by first name.

parent 48067dec
No related branches found
No related tags found
No related merge requests found
...@@ -4,17 +4,17 @@ API-breaking change is listed. ...@@ -4,17 +4,17 @@ API-breaking change is listed.
## std++ 1.2.1 (unreleased) ## std++ 1.2.1 (unreleased)
This release of std++ received contributions by Michael Sammler, Paolo This release of std++ received contributions by Michael Sammler, Paolo
G. Giarrusso, Ralf Jung, Robbert Krebbers, Simon Spies, Rodolphe Lepigre and G. Giarrusso, Paulo Emílio de Vilhena, Ralf Jung, Robbert Krebbers,
Paulo Emílio de Vilhena. Rodolphe Lepigre, and Simon Spies.
Noteworthy additions and changes: Noteworthy additions and changes:
- `max` and `min` infix notations for `N` and `Z` like we have for `nat`. - Introduce `max` and `min` infix notations for `N` and `Z` like we have for `nat`.
- Make `solve_ndisj` tactic more powerful. - Make `solve_ndisj` tactic more powerful.
- Add typeclass `Involutive`. - Add type class `Involutive`.
- Improved `naive_solver` performance in case the goal is trivially solvable. - Improve `naive_solver` performance in case the goal is trivially solvable.
- A bunch of new lemmas for list, set, and map operations. - Add a bunch of new lemmas for list, set, and map operations.
- `lookup_imap` renamed into `map_lookup_imap`. - Rename `lookup_imap` into `map_lookup_imap`.
## std++ 1.2.0 (released 2019-04-26) ## std++ 1.2.0 (released 2019-04-26)
......
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