Fix of CHANGES.md

The faulty modification was made by the commit:

    commit 851dfabd29
    Merge: 46bf950f2d d3c874bd83
    Author: Laurent Rineau <laurent.rineau@cgal.org>
    Date:   Mon May 28 13:58:07 2018 +0200

        Merge pull request #2757 from maxGimeno/BGL-Add_facegraph_validity_check_function-GF

        BGL:  Add a  FaceGraph validity check function
This commit is contained in:
Laurent Rineau 2018-06-01 11:00:55 +02:00
parent cb6016db88
commit b56a07ea3e
1 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,7 @@
Release History
===============
Release 4.13
------------
@ -36,6 +37,13 @@ Release date: September 2018
- Added a function to apply a transformation to a mesh :
- `CGAL::Polygon_mesh_processing::transform()`
### CGAL and the Boost Graph Library (BGL)
- Add helper function `CGAL::is_valid_polygon_mesh` that checks the
validity of a polygon mesh using BGL functions.
Release 4.12
------------
@ -210,9 +218,6 @@ Release date: April 2018
### CGAL and the Boost Graph Library (BGL)
- Add helper function `CGAL::is_valid_polygon_mesh` that checks the
validity of a polygon mesh using BGL functions.
- Add helper function `CGAL::expand_face_selection_for_removal` that
expands a face selection to avoid creating a non manifold mesh when
removing the selected faces.