From b2386920c48fd7a86ccd331c0e675f73e323f622 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 19 Sep 2019 13:01:07 +0200 Subject: [PATCH] Add changelog --- doc/news/changes/minor/20190919MartinKronbichler-1 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20190919MartinKronbichler-1 diff --git a/doc/news/changes/minor/20190919MartinKronbichler-1 b/doc/news/changes/minor/20190919MartinKronbichler-1 new file mode 100644 index 0000000000..7f05fe348a --- /dev/null +++ b/doc/news/changes/minor/20190919MartinKronbichler-1 @@ -0,0 +1,6 @@ +Improved: IndexSet::add_indices() could previously have quadratic complexity +in the number of ranges if many ranges were added. This is now fixed. Note, +however, that calling IndexSet::add_indices() many times still is of quadratic +complexity. +
+(Martin Kronbichler, 2019/09/19) -- 2.39.5