diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 8e3a3da7..d4b8a5da 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,11 +7,14 @@
-
| 3.1 (?/?/?,Rev.1021) |
+ |
| 3.1 (?/?/?,Rev.1036) |
Core
- Fix for c++11 call to pointer to member function of type 'VertexIter ()' drops 'const' qualifier (Thanks to Ronald Richter and Kenshi Takayama for the fix)
+- PolyConnectivity: Added range based circulators courtesy of Kenshi Takayama. (Thanks!)
+- Rearranged the code a bit in order to have all range based stuff in one place.
+- Fixed calc_normals_... functions (Missing this pointer) Thanks to Martin Schmidt for the report
@@ -32,6 +35,12 @@
VTK Writer: Added simple VTK writer writing only vertices and faces (Thanks to Vladimir Chalupecky for the code). closes 2039
+
+IO
+
+- Added unittests for the normal calculation functions
+
+
|
| 3.0 (2014/02/05,Rev.990) |
|