From 31f245f48559e88ccbe35fd1169f62138ca7e0cd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 Sep 2023 17:46:38 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20230907Bangerth | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20230907Bangerth diff --git a/doc/news/changes/minor/20230907Bangerth b/doc/news/changes/minor/20230907Bangerth new file mode 100644 index 0000000000..811082491c --- /dev/null +++ b/doc/news/changes/minor/20230907Bangerth @@ -0,0 +1,9 @@ +Changed: IndexSet objects could only be compared for equality or +inequality against other IndexSet objects that had the same size. This +did not allow for comparison against default-constructed objects, for +example to test whether an object had been initialized. The +restriction is therefore relaxed: IndexSet objects can be compared for +equality and inequality against objects of the same size, or or size +zero. +
+(Wolfgang Bangerth, 2023/09/07) -- 2.39.5