From b56a07ea3e190e9aa401793e8bf734bf61e5ea13 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 1 Jun 2018 11:00:55 +0200 Subject: [PATCH] Fix of CHANGES.md The faulty modification was made by the commit: commit 851dfabd297ec89b224a9d02c4f13a7767d92716 Merge: 46bf950f2d6 d3c874bd83d Author: Laurent Rineau 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 --- Installation/CHANGES.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 78fc891eea6..0fcef24d83d 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -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.