From d437c61749f1ab74fc18bea8019097c47132ec13 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 Aug 2017 10:03:08 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20170822Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170822Bangerth diff --git a/doc/news/changes/incompatibilities/20170822Bangerth b/doc/news/changes/incompatibilities/20170822Bangerth new file mode 100644 index 0000000000..8bd40380ba --- /dev/null +++ b/doc/news/changes/incompatibilities/20170822Bangerth @@ -0,0 +1,6 @@ +Changed: The VectorMemory::Pointer class used to have an automatic +conversion operator to the underlying pointer-to-vector object. As +part of a rewrite of this class, this conversion (rarely used in +practice) has been removed. +
+(Wolfgang Bangerth, 2017/08/22) -- 2.39.5