From: Rene Gassmoeller Date: Sun, 6 Jun 2021 21:12:44 +0000 (-0400) Subject: Add changelog entry X-Git-Tag: v9.4.0-rc1~1273^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11577%2Fhead;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/major/20210606Gassmoeller b/doc/news/changes/major/20210606Gassmoeller new file mode 100644 index 0000000000..882398fb09 --- /dev/null +++ b/doc/news/changes/major/20210606Gassmoeller @@ -0,0 +1,5 @@ +Improved: The internal particle handler storage structure has been reworked to +allow for significantly faster particle sorting and iteration as well as for +future improvements and extensions. +
+(Rene Gassmoeller, 2021/06/06)