diff --git a/CHANGELOG.md b/CHANGELOG.md index d5448341b41827df941c63d57fe9c57df3118d26..d5267a595e190243633b63b584d5d0ef7730a2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Release 2.6 +- The deprecated `EntityPointer` has been removed completely and `EntityIterator` + no longer inherits from it. + As a consequence, the dimension `EntityIterator::dimension`, + `EntityIterator::codimension`, and `EntityIterator::mydimension` are gone. + - Experimental grid extensions are now always enabled: - + See core/dune-grid!155 - The method `impl` and the type `Implementation` on the facade classes are @@ -21,7 +26,7 @@ entity: See core/dune-grid!177 - + - the Layout is passed into the constructor and returns the number of dofs to attach to the given geometry type ``` @@ -60,4 +65,4 @@ intervals)` and `refinementLevels(int levels)` to construct parameters of type `RefinementIntervals` in dune-geometry. - See core/dune-grid!193 \ No newline at end of file + See core/dune-grid!193