From 7e7eee1e76f39c25f8be55667af6bc20a74ee977 Mon Sep 17 00:00:00 2001 From: Santiago Ospina De Los Rios <santiago.ospina@iwr.uni-heidelberg.de> Date: Wed, 28 Aug 2019 16:37:36 +0200 Subject: [PATCH] Add CHANGELOG for identity --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f01b8db0..1d14e9e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Master (will become release 2.7) +- Added fallback implementation to C++20 feature: `std::identity`. + - Dune no longer applies architecture flags detected by the Vc library automatically. This applies to all targets that link to Vc explicitly (with `add_dune_vc_flags()`) or implicitly (with `dune_enable_all_packages()`). -- GitLab