diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index b72bfd76..d4e648af 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,7 +8,7 @@
-
| 2.2 (?/?/?,Rev.553) |
+ |
| 2.2 (?/?/?,Rev.559) |
Core
@@ -16,9 +16,15 @@
- Consolidated iterator code. Functionally equivalent but way cleaner than before.
+Geometry
+
+- Added normalized function to VectorT which returns a normalized vector whithout modifying the current one.
+
+
General
- Xcode 4.3 compatibility (Fixed issues that caused build errors with XCode 4.3)
+- Fixed some size_t uint conversion warnings
|