From bba327ffb9b0c738821acb961e191c660a4550de Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 1 Jul 2023 12:25:13 -0400 Subject: [PATCH] Add changelog entries. Its both a new feature and a small incompatibility. --- doc/news/changes/incompatibilities/20230701DavidWells | 5 +++++ doc/news/changes/major/20230701DavidWells | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20230701DavidWells create mode 100644 doc/news/changes/major/20230701DavidWells diff --git a/doc/news/changes/incompatibilities/20230701DavidWells b/doc/news/changes/incompatibilities/20230701DavidWells new file mode 100644 index 0000000000..d2dec6f33a --- /dev/null +++ b/doc/news/changes/incompatibilities/20230701DavidWells @@ -0,0 +1,5 @@ +Changed: Most of the member functions of FEValues now have different template +parameters. As a result, some function calls which relied on implicit +conversions to ArrayView now require explicit conversions instead. +
+(David Wells, 2023/07/01) diff --git a/doc/news/changes/major/20230701DavidWells b/doc/news/changes/major/20230701DavidWells new file mode 100644 index 0000000000..2af723fce1 --- /dev/null +++ b/doc/news/changes/major/20230701DavidWells @@ -0,0 +1,4 @@ +New: All vector classes in deal.II now inherit from ReadVector, which provides +some common read operations. +
+(David Wells, 2023/07/01) -- 2.39.5