Fix CHANGES.md: s/latest/5.5/

This commit is contained in:
Laurent Rineau 2022-02-02 16:47:41 +01:00
parent 434c30fb6b
commit 38c4ebd444
1 changed files with 2 additions and 2 deletions

View File

@ -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)