From: David Wells Date: Sat, 12 Dec 2015 23:46:15 +0000 (-0500) Subject: Summarize the template changes in changes.h. X-Git-Tag: v8.4.0-rc2~161^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1965%2Fhead;p=dealii.git Summarize the template changes in changes.h. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index f2417a9f11..d002d4e727 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -198,6 +198,13 @@ inconvenience this causes. (David Wells, 2015/12/09) +
  • Changed: The template type name arguments of some classes no longer + shadow class names. Additionally, template type names are now much more + consistent across deal.II. +
    + (David Wells, 2015/10/18 - 2015/12/09) +
  • +
  • New: The WorkStream class's design and implementation are now much better documented in the form of a @ref workstream_paper "preprint".