From: Wolfgang Bangerth Date: Thu, 2 May 2019 01:06:08 +0000 (-0600) Subject: Make sure a changelog entry also references the namespace of a function. X-Git-Tag: v9.1.0-rc1~147^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1ecb108c2dbf36036f0228f8baf3f9187a28ac;p=dealii.git Make sure a changelog entry also references the namespace of a function. --- diff --git a/doc/news/changes/minor/20190316SebastianStark b/doc/news/changes/minor/20190316SebastianStark index 8ee817eb59..d58ad0b7d8 100644 --- a/doc/news/changes/minor/20190316SebastianStark +++ b/doc/news/changes/minor/20190316SebastianStark @@ -1,3 +1,4 @@ -New: interpolate_to_different_mesh works now with hp::DoFHandler objects +New: VectorTools::interpolate_to_different_mesh() now works with +hp::DoFHandler objects.
(Sebastian Stark, 2019/03/16)