From b3ffe456adb4ba77ced8b9b977974135220ee9c1 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Tue, 27 Jul 2021 16:21:22 +0200 Subject: [PATCH] updated tabs --- Installation/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 81763b0ca26..f2794328d22 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -8,7 +8,8 @@ Release date: December 2021 ### [2D and 3D Linear Geometry Kernel](https://doc.cgal.org/5.4/Manual/packages.html#PkgKernel23) -- Added `construct_centroid_2_object()` and `compute_determinant_2_object()` in `Projection_traits_xy_3`, `Projection_traits_xz_3`, and `Projection_traits_yz_3` classes. +- Added `construct_centroid_2_object()` and `compute_determinant_2_object()` in `Projection_traits_xy_3`, `Projection_traits_xz_3`, + and`Projection_traits_yz_3` classes. [Release 5.3](https://github.com/CGAL/cgal/releases/tag/v5.3) -----------