diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 14b6228a..784082ac 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -12,6 +12,7 @@ Breaking Changes Core @@ -21,6 +22,8 @@
  • Smart handles now give read access to status fields (feature(), selected(), deleted(), tagged(), tagged2(), hidden(), locked()
  • Add predicates that can be used as smart range filters. There are default predicates to test the status fields and whether an elements is boundary. Predicates can be composed via operators ||, && and !
  • Add make_predicate to create a predicate from anything containing a bool operator(T), e.g. a PropertyManager, a lambda, or a function pointer.
  • +
  • Added CW and CCW ranges.
  • +
  • Vertex incoming/outgoing halfedge circulators can be started for a given halfedge.
  • IO