mirror of https://github.com/CGAL/cgal
Do not modify the CHANGES in the section CGAL 4.12
This commit is contained in:
parent
b44ad18983
commit
784ea33b2d
|
|
@ -116,7 +116,8 @@ Release date: April 2018
|
||||||
to `Release` manually, to avoid using CGAL libraries without any
|
to `Release` manually, to avoid using CGAL libraries without any
|
||||||
compile-time optimization.
|
compile-time optimization.
|
||||||
|
|
||||||
### Header-only mode
|
### Header-only Mode
|
||||||
|
|
||||||
- Since CGAL-4.9, it has been possible to use CGAL by configuring it
|
- Since CGAL-4.9, it has been possible to use CGAL by configuring it
|
||||||
using CMake, but without compiling the CGAL libraries. With CGAL-4.12,
|
using CMake, but without compiling the CGAL libraries. With CGAL-4.12,
|
||||||
it is now possible to use CGAL header-only, without even configuring
|
it is now possible to use CGAL header-only, without even configuring
|
||||||
|
|
@ -243,8 +244,6 @@ Release date: April 2018
|
||||||
- `CGAL::Polygon_mesh_processing::detect_vertex_incident_patches()`
|
- `CGAL::Polygon_mesh_processing::detect_vertex_incident_patches()`
|
||||||
- `CGAL::Polygon_mesh_processing::sharp_edges_segmentation()`
|
- `CGAL::Polygon_mesh_processing::sharp_edges_segmentation()`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Point Set Shape Detection
|
### Point Set Shape Detection
|
||||||
|
|
||||||
- **Breaking change**:
|
- **Breaking change**:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue