diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 4e4e742e..da6b4742 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -11,7 +11,12 @@
Breaking Changes
-- Dropped 32-bit Windows continuous integration and artifact builds.
+- Dropped 32-bit Windows continuous integration and artifact builds (This does not mean that OpenMesh will not build and work on 32-bit, but we don't explicitly test and guarantee it anymore).
+
+
+Core
+
+- Add filtered range that stores reference instead of copy if the filter is not an rvalue reference
Build System