mirror of https://github.com/CGAL/cgal
fix CHANGES.md
This commit is contained in:
parent
81952a1c18
commit
d8b2a56fe3
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue