From 38c4ebd4440b94ec999c8f89457569a994e20bca Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 2 Feb 2022 16:47:41 +0100 Subject: [PATCH] Fix CHANGES.md: s/latest/5.5/ --- Installation/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 1d89bafc51b..d6a8cf9702e 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -15,10 +15,10 @@ Release date: June 2022 - Added an overload of the function `CGAL::convex_hull_3()`, which writes the result in an indexed triangle set. -### [Tetrahedral Mesh Generation](https://doc.cgal.org/latest/Manual/packages.html#PkgMesh3) +### [Tetrahedral Mesh Generation](https://doc.cgal.org/5.5/Manual/packages.html#PkgMesh3) - Added the function - [`remove_isolated_vertices()`](https://doc.cgal.org/latest/Mesh_3/classCGAL_1_1Mesh__complex__3__in__triangulation__3.html#ace57c4e777da457c6e33b4f6e89949ce) + [`remove_isolated_vertices()`](https://doc.cgal.org/5.5/Mesh_3/classCGAL_1_1Mesh__complex__3__in__triangulation__3.html#ace57c4e777da457c6e33b4f6e89949ce) as a post-processing step for the tetrahedral mesh generation. [Release 5.4](https://github.com/CGAL/cgal/releases/tag/v5.4)