From 532bf965c8ddcfae7b5c5bde3473d1033803989c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Oct 2023 15:42:07 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20231012Bangerth | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/news/changes/minor/20231012Bangerth diff --git a/doc/news/changes/minor/20231012Bangerth b/doc/news/changes/minor/20231012Bangerth new file mode 100644 index 0000000000..01c62ef4d1 --- /dev/null +++ b/doc/news/changes/minor/20231012Bangerth @@ -0,0 +1,4 @@ +New: The ArrayView class now has a constructor that allows creation of +an ArrayView object from a `boost::container::small_vector`. +
+(Wolfgang Bangerth, 2023/10/24) -- 2.39.5