From: Rene Gassmoeller Date: Fri, 10 Nov 2017 21:16:58 +0000 (-0700) Subject: Add changelog entry X-Git-Tag: v9.0.0-rc1~763^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3d66249b9ee99895a67fda5600ba6727f3cf29;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/major/20171110ReneGassmoeller b/doc/news/changes/major/20171110ReneGassmoeller new file mode 100644 index 0000000000..dc88b0d030 --- /dev/null +++ b/doc/news/changes/major/20171110ReneGassmoeller @@ -0,0 +1,5 @@ +New: The new ParticleHandler class can store and organize a collection of particles, +and provide information about their properties. It is currently limited to parallel +distributed computations and specific applications, but will be extended over time. +
+(Rene Gassmoeller, 2017/11/10)