From 32a841496e1ed44224e078aedc50028200dfbc74 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 Aug 2019 21:53:29 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20190805Bangerth | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20190805Bangerth diff --git a/doc/news/changes/incompatibilities/20190805Bangerth b/doc/news/changes/incompatibilities/20190805Bangerth new file mode 100644 index 0000000000..9b91d0817a --- /dev/null +++ b/doc/news/changes/incompatibilities/20190805Bangerth @@ -0,0 +1,8 @@ +Changed: The GridOut::write_svg() function now no longer outputs the +cell level and number by default; this also obviates the need for the +colorbar and the caption. This is achieved by changing the defaults in +the constructor of the GridOutFlags::Svg structure. This likely comes +closer to what most users want to see from this function -- namely, +just the mesh for inclusion into text. +
+(Wolfgang Bangerth, 2019/08/05) -- 2.39.5