Skip to content
Snippets Groups Projects
Commit 41c255b0 authored by Alexander Müller's avatar Alexander Müller Committed by Alexander Müller
Browse files

Update CHANGELOG.md

parent 248e02b8
Branches
Tags
1 merge request!1180Add checkThrow to Dune::TestSuite
......@@ -12,6 +12,8 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
- Add utility `CopyableOptional` that allows to wrap types that are copy constructible but not
copy assignable and provide assignment operations based on the constructors.
- Added the methods `checkThrow`,`requireThrow` and the corresponding `checkNoThrow`,`requireNoThrow` to the `Dune::TestSuite` to test for throwing and no throwing of exceptions.
# Master (will become release 2.9)
- Added feature test for lambdas in unevaluated contexts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment