diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 91ea98a3..0f2fccc1 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,11 +8,13 @@
-
| 2.4 (?/?/?,Rev.838) |
+ |
| 2.4 (08/06/2013,Rev.882) |
Significant interface changes
-- The functions n_vertices(),n_edges().n_faces() return size_t now.
+- The functions n_vertices(),n_edges().n_faces() return size_t now.
+- reserve and resize of the property vectors now take size_t
+- Fixed various other size_t conversions
Vector Type
|