From: Wolfgang Bangerth Date: Tue, 31 Jan 2017 18:59:14 +0000 (-0700) Subject: Fix more changelog entries. X-Git-Tag: v8.5.0-rc1~173^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3888%2Fhead;p=dealii.git Fix more changelog entries. --- diff --git a/doc/news/changes/minor/20161025DanielArndt b/doc/news/changes/minor/20161025DanielArndt index c89ee08dda..e1bd597ae4 100644 --- a/doc/news/changes/minor/20161025DanielArndt +++ b/doc/news/changes/minor/20161025DanielArndt @@ -1,4 +1,4 @@ ->New: VectorTools::create_right_hand_side can be used for parallel +New: VectorTools::create_right_hand_side can be used for parallel Triangulations and homogeneous constraints using a ConstraintMatrix.
(Daniel Arndt, 2016/10/25) diff --git a/doc/news/changes/minor/20161215Kauffman b/doc/news/changes/minor/20161215Kauffman index c7d1bc0f15..bad9fb57ab 100644 --- a/doc/news/changes/minor/20161215Kauffman +++ b/doc/news/changes/minor/20161215Kauffman @@ -1,6 +1,5 @@ -
  • Fixed: The DataOutFaces class did not work with parallel triangulations + Fixed: The DataOutFaces class did not work with parallel triangulations if a process had no faces to deal with.
    (Justin Kauffman, Wolfgang Bangerth, 2016/12/15) -
  • diff --git a/doc/news/changes/minor/20161219Bangerth b/doc/news/changes/minor/20161219Bangerth index 94887e2bd7..d0b7226e25 100644 --- a/doc/news/changes/minor/20161219Bangerth +++ b/doc/news/changes/minor/20161219Bangerth @@ -1,6 +1,5 @@ -
  • Changed: IndexSet::nth_index_in_set() can now be called without + Changed: IndexSet::nth_index_in_set() can now be called without calling IndexSet::compress() first.
    (Wolfgang Bangerth, 2016/12/19) -
  • diff --git a/doc/news/changes/minor/20161220Bangerth b/doc/news/changes/minor/20161220Bangerth index 7985bf1d8d..e469f9ea56 100644 --- a/doc/news/changes/minor/20161220Bangerth +++ b/doc/news/changes/minor/20161220Bangerth @@ -1,6 +1,5 @@ -
  • Changed: IndexSet::compress() and, by extension, all of the + Changed: IndexSet::compress() and, by extension, all of the "const" member functions of the IndexSet class, are now thread-safe.
    (Wolfgang Bangerth, 2016/12/20) -