From 4ac19ab52eee320a939e984af3caa63339998bd7 Mon Sep 17 00:00:00 2001 From: Max Lyon Date: Thu, 15 Oct 2020 14:35:30 +0200 Subject: [PATCH] update changelog --- Doc/changelog.docu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index de3b5d66..24f358f1 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -19,6 +19,8 @@
  • Add filtered range that stores reference instead of copy if the filter is not an rvalue reference
  • Add halfedge loop range corresponding to hl_iter()
  • 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.
  • IO