Add accept-many Clara lambdas to release notes

This commit is contained in:
Martin Hořeňovský 2021-10-27 20:54:49 +02:00
parent becab0cf74
commit 514206df36
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ new design.
* Catch2 now supports test sharding (#2257)
* You can ask for the tests to be split into N groups and only run one of them.
* This greatly simplifies parallelization of tests in a binary through external runner.
* The embedded CLI parser now supports repeatedly callable lambdas
* A lambda-based option parser can opt into being repeatedly specifiable.
### Fixes