From: Wolfgang Bangerth Date: Thu, 8 Dec 2016 17:30:39 +0000 (-0700) Subject: Add changelog entry. X-Git-Tag: v8.5.0-rc1~338^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1886507977188ab4acac04290000ee8c7eba1b9e;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index ad4aeb5db2..8a4f0e922d 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -471,6 +471,12 @@ inconvenience this causes.

Specific improvements

    +
  1. New: The ArrayView class now has a default constructor that creates + an invalid object. +
    + (Wolfgang Bangerth, 2016/12/08) +
  2. +
  3. Fixed: ArrayView objects to empty views could not be copied. This is now fixed.