From: Luca Heltai Date: Sat, 25 Jul 2015 10:27:06 +0000 (+0200) Subject: Added entry in changes.h. Closes #1029. X-Git-Tag: v8.4.0-rc2~719^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca81636fb7bb28b1dd7f84a7ce3a02ae0901a229;p=dealii.git Added entry in changes.h. Closes #1029. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 283865bdcd..d86333c348 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -64,6 +64,14 @@ inconvenience this causes.
    +
  1. New: IndexSet now can be constructed using Epetra_Map. + All constructors of TrilinosWrappers::SparseMatrix which use Epetra_Map + were marked deprecated. +
    + (Luca Heltai, 2015/07/25) +
  2. + +
  3. New: IndexSet now implements iterators.
    (Timo Heister, 2015/07/12)