From ee28336dd15953dcd221377b61dd93e495358e15 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 17 Apr 2017 19:55:00 -0600 Subject: [PATCH] Add changelog. --- doc/news/changes/incompatibilities/20170417Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170417Bangerth diff --git a/doc/news/changes/incompatibilities/20170417Bangerth b/doc/news/changes/incompatibilities/20170417Bangerth new file mode 100644 index 0000000000..289b513dc2 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170417Bangerth @@ -0,0 +1,6 @@ +Changed: It was previously allowed to copy one FESystem object to +another via the copy constructor. There are probably few reasons to do +so, but they complicated the design of data structures. Consequently, +it is now no longer allowed to copy such objects. +
+(Wolfgang Bangerth, 2017/04/17) -- 2.39.5