From: Timo Heister Date: Fri, 24 Jul 2015 16:59:54 +0000 (-0400) Subject: move changelog entries that got included in 8.3 X-Git-Tag: v8.4.0-rc2~725^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52b209e618ba312990db132031a27a15b67d7f8;p=dealii.git move changelog entries that got included in 8.3 --- diff --git a/doc/news/8.2.1-vs-8.3.0.h b/doc/news/8.2.1-vs-8.3.0.h index 3ecbe393ab..c1b0d35e4d 100644 --- a/doc/news/8.2.1-vs-8.3.0.h +++ b/doc/news/8.2.1-vs-8.3.0.h @@ -548,6 +548,19 @@ 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 + stl::vector::iterator comparison. +
    + (Timo Heister, 2015/07/22) +
  4. +
  5. New: parallel::distributed::Triangulation::add_periodicity now allows for arbitrary orientations between matching faces.
    diff --git a/doc/news/changes.h b/doc/news/changes.h index 470a32b78b..283865bdcd 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -80,19 +80,6 @@ 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 - stl::vector::iterator comparison. -
      - (Timo Heister, 2015/07/22) -
    4. -
    5. New: FESystem now does some work in parallel if your system has multiple processors.