From 78a07f8c2492804b4731e4bc515d79ccab90aa05 Mon Sep 17 00:00:00 2001 From: danshapero Date: Fri, 24 Jun 2016 11:14:50 -0700 Subject: [PATCH] Added entry to changes.h --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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.
    -- 2.39.5