From: Wolfgang Bangerth Date: Fri, 24 Jul 2015 15:58:25 +0000 (-0500) Subject: Add a changelog entry. X-Git-Tag: v8.4.0-rc2~727^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c6f830a88b6d816ff4174fbde14f2d6da19084;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index f39492a7bc..470a32b78b 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -80,8 +80,14 @@ inconvenience this causes.
    +
  1. Fixed: parallel::distributed::refine_and_coarsen_fixed_fraction() + in rare circumstances decided to not refine any cells at all, even + if the refinement threshold was nonzero. This is now fixed. +
    + (Wolfgang Bangerth, Andrea Bonito, 2015/07/24) +
  2. -
  3. Fixed: bug in DynamicSparsityPattern::iterator would cause invalid +
  4. Fixed: Bug in DynamicSparsityPattern::iterator would cause invalid stl::vector::iterator comparison.
    (Timo Heister, 2015/07/22)