diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 77115961..f2993663 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -14,6 +14,7 @@
- Full C++11 rewrite of VectorT (Keeping C++98 backward compatibility)
- Split VectorT implementation into two files (One c++98 and one c++11)
+- Added += operator to mesh iterators (C++11 only)
Unittests