From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Tue, 10 Oct 2023 14:30:52 +0000 (-0600)
Subject: Add a changelog entry.
X-Git-Tag: relicensing~414^2~1
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b1f72f7583d0a175c438c9d4894213fbb10795;p=dealii.git

Add a changelog entry.
---

diff --git a/doc/news/changes/minor/20231010Bangerth b/doc/news/changes/minor/20231010Bangerth
new file mode 100644
index 0000000000..3a9f0602bb
--- /dev/null
+++ b/doc/news/changes/minor/20231010Bangerth
@@ -0,0 +1,4 @@
+New: The ArrayView class now has a constructor that allows creation of
+an ArrayView object from a `std::initializer_list`.
+<br>
+(Wolfgang Bangerth, 2023/10/10)