From 4a7941896c622577c3369349ba1361a1715bd91a Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 11 Feb 2021 12:06:42 -0500 Subject: [PATCH] Add changelog entry --- doc/news/changes/major/20200211ArndtWells | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/major/20200211ArndtWells diff --git a/doc/news/changes/major/20200211ArndtWells b/doc/news/changes/major/20200211ArndtWells new file mode 100644 index 0000000000..9f4e49b627 --- /dev/null +++ b/doc/news/changes/major/20200211ArndtWells @@ -0,0 +1,6 @@ +New: The behavior of the local_size() member function is not consistent across +all vector classes that support ghost elements. As a remedy theis member +function is deprecated and replaced by locally_owned_size() that returns the +number of locally owned elements (in particular without ghost elements). +
+(Daniel Arndt, David Wells, 2021/02/11) -- 2.39.5