From 11db055bfe116c2783808fb5023db3e0fc6132b4 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 16 Jan 2019 17:16:40 +0100 Subject: [PATCH] Modify CHANGES.md Split the changes into two different paragraphs (2D/3D meshes, and BGL). --- Installation/CHANGES.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index fe1fc7a4366..9a50868e0ef 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -63,15 +63,17 @@ Release date: March 2019 `Arr_polycurve_basic_traits_2`. ### 2D and 3D Mesh Generation -- Added 3 functions for writing in XML VTK formats: - - `CGAL::output_to_vtu()`, + +- Added two functions for writing in XML VTK formats: - `CGAL::write_vtu()`, that writes a 2D mesh in a `.vtu` file, - - `CGAL::write_vtp()`, that writes a triangulated face graph in a - `.vtp` file. + - `CGAL::output_to_vtu()`, that writes a 3D mesh in a `.vtu` file. ### CGAL and the Boost Graph Library (BGL) -- Add function `write_wrl()` for writing into VRML 2.0 format. +- Added function `write_wrl()` for writing into VRML 2.0 format. +- Added functions `CGAL::write_vtp()` for writing a triangulated + face graph in a `.vtp` file (XML VTK format). + Release 4.13 ------------