From: Wolfgang Bangerth Date: Mon, 24 Apr 2017 19:18:43 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.0.0-rc1~1642^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c3aaa46f5beed512cf965413aa793425083fc6;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/incompatibilities/20170424Bangerth b/doc/news/changes/incompatibilities/20170424Bangerth new file mode 100644 index 0000000000..b1c9d746f4 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170424Bangerth @@ -0,0 +1,5 @@ +Removed: DataPostprocessor had member functions +compute_derived_quantities_*() that had previously +already been deprecated. These have now been removed. +
+(Wolfgang Bangerth, 2017/04/24)