diff --git a/doc/modules/changes/20231128_bangerth b/doc/modules/changes/20231128_bangerth new file mode 100644 index 00000000000..cf1c4cd1c3c --- /dev/null +++ b/doc/modules/changes/20231128_bangerth @@ -0,0 +1,9 @@ +Changed: The interface +Postprocess::VisualizationPostprocessors::CellDataVectorCreator::execute() +used to return an object of type +`std::pair*>` where the second part is just a +raw pointer. This has been changed (incompatibly) to +`std::pair>>` to avoid the use +of raw pointers and ensure that memory de-allocation happens automatically. +
+(Wolfgang Bangerth, 2023/11/28)