diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index d4e648af..b737033b 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,7 +8,7 @@
-
| 2.2 (?/?/?,Rev.559) |
+ |
| 2.2 (?/?/?,Rev.571) |
Core
@@ -16,11 +16,24 @@
- Consolidated iterator code. Functionally equivalent but way cleaner than before.
+IO
+
+- Made Binary IO readers multi-thread safe. (Thanks to Dominic Genest for the patch)
+
+
Geometry
- Added normalized function to VectorT which returns a normalized vector whithout modifying the current one.
+Documentation
+
+- Fixed doxygen warnings
+- Updated collapse function documentation
+- Updated triangulation function documentation
+
+
+
General
- Xcode 4.3 compatibility (Fixed issues that caused build errors with XCode 4.3)
|