diff options
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d652cc9..99df39c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -27,6 +27,7 @@ o Stability fixes of CGAL-related crashes Deprecations: o child() is no longer supported. Use children() instead. +o polyhedron(triangles=[...]): Use polyhedron(faces=[...]) instead. Misc: o We now use CGAL's EPEC kernel |