From 1886507977188ab4acac04290000ee8c7eba1b9e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 8 Dec 2016 10:30:39 -0700 Subject: [PATCH] Add changelog entry. --- doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) 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.
    -- 2.39.5