From 514206df36510755a49bd5beb037c2ec1cc8e7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 27 Oct 2021 20:54:49 +0200 Subject: [PATCH] Add accept-many Clara lambdas to release notes --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 2183e6cf..9e97925f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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