From a45af912fb54996ba42c73994d0c114e2834299a Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 27 Oct 2022 15:07:26 -0600 Subject: [PATCH] fe_index: added changelog. --- .../changes/incompatibilities/20221027Fehling | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20221027Fehling diff --git a/doc/news/changes/incompatibilities/20221027Fehling b/doc/news/changes/incompatibilities/20221027Fehling new file mode 100644 index 0000000000..82ddba836a --- /dev/null +++ b/doc/news/changes/incompatibilities/20221027Fehling @@ -0,0 +1,16 @@ +Changed: We introduced a stronger datatype for FE indices: + +This affects interfaces to a lot of functions. Most of them are backwards compatible via implicit conversion. +Functions that do not fall in that category are listed below and might need your attention. +Some of them have been deprecated, some are replaced because we imagine them only being used internally. + +Further, the serialization of parallel::distributed::Triangulation objects is also affected by this change +as we write FE indices to disk. Thus, the version in the serialization metafile has been bumped to `5`. +
+(Marc Fehling, 10/27/2022) -- 2.39.5