From: David Wells Date: Sat, 1 Jul 2023 16:25:13 +0000 (-0400) Subject: Add changelog entries. X-Git-Tag: relicensing~820^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15197%2Fhead;p=dealii.git Add changelog entries. Its both a new feature and a small incompatibility. --- 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)