Fix Changes

This commit is contained in:
Maxime Gimeno 2018-04-30 12:13:51 +02:00
parent f90c7f3604
commit 66e1b27100
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,6 @@
Release History Release History
=============== ===============
Release 4.13 Release 4.13
------------ ------------
@ -29,6 +28,10 @@ Release date: September 2018
to reflect the real needs of the code (some types and operators were used to reflect the real needs of the code (some types and operators were used
in the code but did not appear in the concepts). in the code but did not appear in the concepts).
### Polygon Mesh Processing
- Added a function to apply a CGAL::Aff_transformation_3 to a mesh :
- `CGAL::Polygon_mesh_processing::transform()`
Release 4.12 Release 4.12
------------ ------------
@ -180,9 +183,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()`
- Added a function to apply a CGAL::Aff_transformation_3 to a mesh :
- `CGAL::Polygon_mesh_processing::transform()`
### Point Set Shape Detection ### Point Set Shape Detection
- **Breaking change**: - **Breaking change**: