From: Martin Kronbichler Date: Thu, 19 Sep 2019 11:01:07 +0000 (+0200) Subject: Add changelog X-Git-Tag: v9.2.0-rc1~1073^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2386920c48fd7a86ccd331c0e675f73e323f622;p=dealii.git Add changelog --- 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)