From: Wolfgang Bangerth Date: Mon, 22 Aug 2016 21:18:11 +0000 (-0600) Subject: Move an entry to the correct place. X-Git-Tag: v8.5.0-rc1~745^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b28ac70dce604a43fde20741151705a70ed5dc9;p=dealii.git Move an entry to the correct place. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index e7ee087ee0..516732cacc 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,17 +38,7 @@ inconvenience this causes.

    - -
  1. New: It is now possible to generate a cell_iterator to a cell - that is identified by a CellId. CellIds are unique even across - processes in distributed computations, therefore this change allows - to identify a particular cell (e.g. a ghost cell of the local process) in - another domain. -
    - (Rene Gassmoeller, 2016/08/17) -
  2. - -
  3. Removed: deprecated classes CompressedSparsityPattern, +
  4. Removed: Deprecated classes CompressedSparsityPattern, CompressedSimpleSparsityPattern, CompressedSetSparsityPattern, and their block variants got removed.
    @@ -204,6 +194,15 @@ inconvenience this causes. (Wolfgang Bangerth, 2016/08/19)
  5. +
  6. New: It is now possible to generate a cell_iterator to a cell + that is identified by a CellId. CellIds are unique even across + processes in distributed computations, therefore this change allows + to identify a particular cell (e.g. a ghost cell of the local process) in + another domain. +
    + (Rene Gassmoeller, 2016/08/17) +
  7. +
  8. New: deal.II no longer uses features of the C++ language that were deprecated with C++11, C++14, or that are scheduled to be deprecated for C++17.