From 71d430c7da20fb1bfe482390c4df6f9d0bcbae8a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth <bangerth@colostate.edu> Date: Thu, 25 Jan 2018 14:20:03 -0700 Subject: [PATCH] Add changelog. --- doc/news/changes/minor/20180258Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20180258Bangerth diff --git a/doc/news/changes/minor/20180258Bangerth b/doc/news/changes/minor/20180258Bangerth new file mode 100644 index 0000000000..48bcce3939 --- /dev/null +++ b/doc/news/changes/minor/20180258Bangerth @@ -0,0 +1,6 @@ +Changed: The GridRefinement::hyper_sphere() function used to have two +template arguments (`dim` and `spacedim`), but it really only existed +if <code>dim == spacedim-1</code>. Consequently, it now has lost its +`dim` template argument and has only retained `spacedim`. +<br> +(Wolfgang Bangerth, 2018/01/25) -- 2.39.5