the heat method change is a breaking change

This commit is contained in:
Dmitry Anisimov 2021-08-13 10:28:37 +02:00
parent 3029957c39
commit 2990bdb72a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Release date: December 2021
### [The Heat Method](https://doc.cgal.org/5.4/Manual/packages.html#PkgHeatMethod)
- Added the operator `operator(const Vector_3& v)`, which computes the squared length of `v`, to the `HeatMethodTraits_3` concept.
- **Breaking change**: Added the operator `operator(const Vector_3& v)`, which computes the squared length of `v`, to the `HeatMethodTraits_3` concept.
### [CGAL and Solvers](https://doc.cgal.org/5.4/Manual/packages.html#PkgSolverInterface)