Mention STATIC_CHECK in release notes

This commit is contained in:
Martin Hořeňovský 2021-11-15 13:04:08 +01:00
parent f41d761674
commit 67caef6f45
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ new design.
* 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.
* Added `STATIC_CHECK` macro, similar to `STATIC_REQUIRE` (#2318)
* When deferred tu runtime, it behaves like `CHECK`, and not like `REQUIRE`.
### Fixes