From 34126bebc397211f05b8da1141807e0d4cfeb0ea Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 30 Apr 2017 08:03:14 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20170430Bangerth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170430Bangerth diff --git a/doc/news/changes/incompatibilities/20170430Bangerth b/doc/news/changes/incompatibilities/20170430Bangerth new file mode 100644 index 0000000000..c686569fa8 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170430Bangerth @@ -0,0 +1,5 @@ +Changed: The deprecated member variables @p supports_distributed_data +that was present in all vector classes has been removed. If you needed +this functionality, use the type trait is_serial_vector instead. +
+(Wolfgang Bangerth, 2017/04/30) -- 2.39.5