From 3c772a1de66ffba7220014fb2aff9555bbdf70fa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 25 Apr 2017 16:35:46 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20170425Bangerth-4 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170425Bangerth-4 diff --git a/doc/news/changes/incompatibilities/20170425Bangerth-4 b/doc/news/changes/incompatibilities/20170425Bangerth-4 new file mode 100644 index 0000000000..28e3b9832c --- /dev/null +++ b/doc/news/changes/incompatibilities/20170425Bangerth-4 @@ -0,0 +1,6 @@ +Changed: The deprecated functions DoFHandler::get_tria() and +hp::DoFHandler::get_tria() have been removed. Use +DoFHandler::get_triangulation() and +hp::DoFHandler::get_triangulation() instead. +
+(Wolfgang Bangerth, 2017/04/25) -- 2.39.5