From: Wolfgang Bangerth Date: Wed, 14 Sep 2016 12:44:42 +0000 (-0600) Subject: Add changelog entry. X-Git-Tag: v8.5.0-rc1~672^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17928de8951af6e5c4625ff77947e7f0d52e5d2f;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index c1055e162a..17412520c9 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -521,6 +521,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: Instantiating class Vector with non-standard template + arguments did not work because of duplicate function symbols. This + is now fixed. +
    + (Dragan Nikolic, 2016/09/14) +
  2. +
  3. Fixed: IndexSet::make_trilinos_map now treats non-ascending but contiguous IndexSets correctly. It creates a linear EpetraMap only if the IndexSets are ascending and 1:1.