From: Wolfgang Bangerth Date: Thu, 11 Aug 2016 16:41:54 +0000 (-0500) Subject: Add a changelog entry about deprecated language features. X-Git-Tag: v8.5.0-rc1~779^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2949%2Fhead;p=dealii.git Add a changelog entry about deprecated language features. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index eb378bb55a..d01d398c3a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -182,6 +182,13 @@ SparsityPattern.
    +
  1. New: deal.II no longer uses features of the C++ language that + were deprecated with C++11, C++14, or that are scheduled to be + deprecated for C++17. +
    + (David Wells, Jonathan Robey, Wolfgang Bangerth, 2016/08/11) +
  2. +
  3. New: Introduce operators for residuals and interior penalty terms for the Grad-Div operator in LocalIntegrators::GradDiv.