From: Matthias Maier Date: Sun, 1 Nov 2015 23:21:30 +0000 (-0600) Subject: Add a news/changes.h entry X-Git-Tag: v8.4.0-rc2~263^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6491b65878b506e468b4b3d065acc818f1b4e69;p=dealii.git Add a news/changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index a36b530aea..7279e95c90 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -398,6 +398,11 @@ inconvenience this causes.
    +
  1. Fixed: A compilation issue with DEAL_II_INCLUDE_DIRS not used for + compiling bundled boost. +
    + (Lukas Korous, 2015/11/01) +
  2. Fixed: PolynomialsBDM::degree() now returns the correct value.