From b7a8e0e791bac13018bcec3c54eb9e38bb278081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Fri, 14 Apr 2023 14:20:33 +0300 Subject: [PATCH] Updated CHANGELOG for 3.13.3 --- ChangeLog | 9 +++++++++ doc/news/isomorphism-cells.rst | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 doc/news/isomorphism-cells.rst diff --git a/ChangeLog b/ChangeLog index 6569b8c1d..13c027c32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,15 @@ intervalxt Change Log .. current developments +v3.13.3 +==================== + +**Fixed:** + +* Fixed `FlatTriangulation::isomorphism(…, DELAUNAY_CELLS)` which got Delaunay cells wrong in the image of the isomorphism. + + + v3.13.2 ==================== diff --git a/doc/news/isomorphism-cells.rst b/doc/news/isomorphism-cells.rst deleted file mode 100644 index 72204d425..000000000 --- a/doc/news/isomorphism-cells.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Fixed `FlatTriangulation::isomorphism(…, DELAUNAY_CELLS)` which got Delaunay cells wrong in the image of the isomorphism.