diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 7d0d67a5..b698d4f0 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -9,6 +9,37 @@
| 3.0 (?/?/?,Rev.882) |
+Core
+
+- Rewrote all circulators (STL compliant, removed redundant code)
+- Added stream operator for FVIter.
+- Added mesh cast for meshes with different but identical traits.
+
+
+
+IO
+
+- close stl files with endsolid
+
+
+
+Utils
+
+- PropertyManager: Added ability to get property name
+- Improved C++11-branch of PropertyManager and at the same time fixed compile error with gcc 4.7
+
+
+Documentation
+
+- Adapt to new iterators
+- Use short names in Doxygen to prevent windows build failure due to excessive name length
+
+
+Build system
+
+- Build unittests with variadic max of 10 on VS 2012
+
+
|
| 2.4 (08/06/2013,Rev.882) |
|