From: danshapero Date: Fri, 24 Jun 2016 18:14:50 +0000 (-0700) Subject: Added entry to changes.h X-Git-Tag: v8.5.0-rc1~954^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a07f8c2492804b4731e4bc515d79ccab90aa05;p=dealii.git Added entry to changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index cef4132d1a..0ac8b2ea16 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -305,6 +305,13 @@ inconvenience this causes.
    +
  1. New: Added an operator* to SynchronousIterators which returns a + reference to the stored tuple of iterators iterators. The iterators member + may be made private in a future release. +
    + (Daniel Shapero, 2016/06/24) +
  2. +
  3. New: IndexSet::at(idx) returns an iterator pointing to the given index or the next larger element in the set if idx is not contained.