Update Installation/CHANGES.md

This commit is contained in:
Andreas Fabri 2024-04-03 15:37:13 +02:00 committed by GitHub
parent 340de38133
commit 3152519594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Release date: October 2023
### [2D and 3D Fast Intersection and Distance Computation (AABB Tree)](https://doc.cgal.org/6.0/Manual/packages.html#PkgAABBTree)
- **Breaking change**: The concept `AABBTraits` now should refine the `SearchTraits` concept.
- **Breaking change**: The concept `AABBTraits` now refines the `SearchTraits` concept.
- The AABB tree is now working with 2D and 3D primitives:
- Replacement of `AABBGeomTraits` concept by `AABBGeomTraits_3` and `AABBRayIntersectionGeomTraits` by `AABBRayIntersectionGeomTraits_3`.
- Addition of `AABBGeomTraits_2` and `AABBRayIntersectionGeomTraits_2` concepts