From d8b2a56fe31326df2cc2dabe0a291bcf0576ff16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 7 Aug 2025 14:47:48 +0200 Subject: [PATCH] fix CHANGES.md --- Installation/CHANGES.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 79fc31f3d65..1a326488c25 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -1,15 +1,21 @@ # Release History -Release date: July 2025 +## [Release 6.2](https://github.com/CGAL/cgal/releases/tag/v6.2) -## [Release 6.1](https://github.com/CGAL/cgal/releases/tag/v6.1) +Release date: July 2026 + +### [Linear Cell Complex](https://doc.cgal.org/6.2/Manual/packages.html#PkgLinearCellComplex) - **API Changes**: The following import functions have been deprecated and renamed for better naming clarity and consistency: - - `import_from_plane_graph()` → `read_plane_graph_in_lcc()` + - `import_from_plane_graph()` → `read_plane_graph_in_lcc()` - `import_from_polyhedron_3()` → `polyhedron_3_to_lcc()` - `import_from_triangulation_3()` → `triangulation_3_to_lcc()` - The old function names are still available but marked as deprecated for backward compatibility. +## [Release 6.1](https://github.com/CGAL/cgal/releases/tag/v6.1) + +Release date: July 2025 + ### General Changes - The new list of supported compilers is: