From: Jonathan Robey Date: Thu, 21 Jul 2016 21:42:32 +0000 (-0700) Subject: Update changes.h X-Git-Tag: v8.5.0-rc1~854^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2848%2Fhead;p=dealii.git Update changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index fc5f4feb8b..da7a84d65d 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -150,6 +150,12 @@ inconvenience this causes.

General

    +
  1. Improved: Split out pattern descriptions for LaTeX and Description + ParameterHandler OutputStyles, and add better description text. +
    + (Jonathan Robey, 2016/07/21) +
  2. +
  3. New: Added GridGenerator::quarter_hyper_ball() to generate the intersection of a hyper ball with the positive orthant relative to its center.