From: Wolfgang Bangerth Date: Sun, 1 Feb 2015 17:07:41 +0000 (-0600) Subject: Add a changelog entry for a patch by Lukas Korous. X-Git-Tag: v8.3.0-rc1~506^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6920a4406c5ed68e4e37e77934e1b28167b7b654;p=dealii.git Add a changelog entry for a patch by Lukas Korous. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index b2eb4ad45b..f18722adc7 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -280,6 +280,11 @@ inconvenience this causes.

Specific improvements

    +
  1. New: Class hp::DoFHandler can now also be serialized. +
    + (Lukas Korous, 2015/01/31) +
  2. +
  3. Bugfix: deal.II now correctly links against librt in case of bundled boost being used.