From: Wolfgang Bangerth Date: Thu, 16 Jan 2020 18:41:40 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v9.2.0-rc1~653^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6358702a5fb2c5cc1f44517857498ba2378806;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20200116Bangerth b/doc/news/changes/minor/20200116Bangerth new file mode 100644 index 0000000000..915bf37c6d --- /dev/null +++ b/doc/news/changes/minor/20200116Bangerth @@ -0,0 +1,7 @@ +Deprecated: The CellAccessor::active() function did not satisfy the +usual naming scheme of that class in which functions are called +CellAccessor::is_ghost(), CellAccessor::is_locally_owned(), etc. As a +consequence, there is now a new function CellAccessor::is_active(), +with the old function deprecated. +
+(Wolfgang Bangerth, 2020/01/16)