From 2c5f16ef5144c9e206f481ded84bdcc842c4d649 Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Mon, 15 Apr 2024 12:38:54 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 968c46563..351a6f069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,9 @@ In order to build the DUNE core modules you need at least the following software - Move special MPI-related compile flags, like `MPI_NO_CPPBIND`, from `config.h` into the cmake utiltiy `add_dune_mpi_flags` and the related global package registration. +- Add new utility type `IndexedIterator` that extends a given iterator by an `index()` + method returning a traversal index. + ## Build System - Documentation files in `doc/buildsystem/${ModuleName}.rst` are now only copied. -- GitLab