Skip to content

Commit

Permalink
Announce the "breaking" change
Browse files Browse the repository at this point in the history
Though I would be surprised if anyone was affected negatively.
  • Loading branch information
mglisse committed Feb 9, 2024
1 parent e1442ec commit 0b71a05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Installation/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ Release date: October 2023
- Added three functions `vertices()` to the class `Triangulation_3`.
Each of them returns an array containing the vertices of the given triangulation simplex.

### [dD Triangulations](https://doc.cgal.org/6.0/Manual/packages.html#PkgTriangulations)
- **Breaking change**: Inserting multiple unweighted points in the same
position now keeps the first one, instead of switching to the latest. This
only affects custom point types where not all points in the same position
are equivalent.

[Release 5.6](https://github.com/CGAL/cgal/releases/tag/v5.6)
-----------

Expand Down

0 comments on commit 0b71a05

Please sign in to comment.