From 008f7757cc48aae90a03e1ce664d5b74cfddeecc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 30 Mar 2021 21:18:53 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20210330Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20210330Bangerth diff --git a/doc/news/changes/minor/20210330Bangerth b/doc/news/changes/minor/20210330Bangerth new file mode 100644 index 0000000000..a91ebd4c83 --- /dev/null +++ b/doc/news/changes/minor/20210330Bangerth @@ -0,0 +1,7 @@ +Deprecated: The version of DoFTools::extract_boundary_dofs() that +returns its information via a `std::vector` has been +deprecated. Use the version of the function that returns information +via an IndexSet instead. +
+(Wolfgang Bangerth, 2021/03/30) + -- 2.39.5