From: Wolfgang Bangerth Date: Mon, 2 Oct 2023 17:53:37 +0000 (-0600) Subject: Add changelog entry. X-Git-Tag: relicensing~435^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60ab9fa765a76e6b7e619d31b7783f5b2ce20f8;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/minor/20231002Bangerth b/doc/news/changes/minor/20231002Bangerth new file mode 100644 index 0000000000..086d4dee16 --- /dev/null +++ b/doc/news/changes/minor/20231002Bangerth @@ -0,0 +1,4 @@ +New: The function IndexSet::get_view() now has an overload that +computes the view with regard to an arbitrary mask. +
+(Wolfgang Bangerth, 2023/10/02)