Skip to content
Snippets Groups Projects
Commit d91549f0 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add missing CHAGELOG entry

parent 01a033f3
No related branches found
No related tags found
1 merge request!1141Add missing CHAGELOG entry
Pipeline #45423 canceled
......@@ -44,6 +44,11 @@ In order to build the DUNE core modules you need at least the following software
## Deprecations and removals
- Helper fallback implementations for `Std::to_false_type`, `Std::to_true_type`,
`Std::is_invocable`, and `Std::is_invocable_r` have been removed. Instead,
use `Dune::AlwaysFalse`, `Dune::AlwaysTrue`, `std::is_invocable`, and
`std::is_invocable_r`.
- The deprecated headers `gcd.hh` and `lcm.hh` are removed. Use `std::gcd`
and `std::lcm` instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment