From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Sun, 22 May 2022 21:22:24 +0000 (-0600)
Subject: Add a changelog entry.
X-Git-Tag: v9.4.0-rc1~168^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13784%2Fhead;p=dealii.git

Add a changelog entry.
---

diff --git a/doc/news/changes/minor/20220522Bangerth b/doc/news/changes/minor/20220522Bangerth
new file mode 100644
index 0000000000..fab9f0a85f
--- /dev/null
+++ b/doc/news/changes/minor/20220522Bangerth
@@ -0,0 +1,6 @@
+New: The Utilities::pack() and Utilities::unpack() functions are now
+optimized for the rather common case where the argument is of type
+`std::vector<T>` where `T` is a type that can be copied bit by bit
+(using `memcpy()`).
+<br>
+(Wolfgang Bangerth, 2022/05/05)