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