From 8f2ee8467f1cde8c25117408d160cd1e644d715a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 11 Aug 2016 11:41:54 -0500 Subject: [PATCH] Add a changelog entry about deprecated language features. --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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.
    -- 2.39.5