From 39a7ad74b29fc37773bbefd8d19a82c2915a6bcd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Jan 2025 10:37:17 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20250123Bangerth-2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20250123Bangerth-2 diff --git a/doc/news/changes/minor/20250123Bangerth-2 b/doc/news/changes/minor/20250123Bangerth-2 new file mode 100644 index 0000000000..a9cd92de83 --- /dev/null +++ b/doc/news/changes/minor/20250123Bangerth-2 @@ -0,0 +1,6 @@ +Deprecated: The functions IndexSet::pop_front() and +IndexSet::pop_back() are now deprecated. An IndexSet should be seen as +a set, not an ordered collection, and so speaking of "front" and +"back" is not well defined. +
+(Wolfgang Bangerth, 2025/01/23) -- 2.39.5