diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 027f906e..3a080f7f 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -29,9 +29,21 @@
| 5.1 (?/?/?) |
+Core
+
+- Added clean_keep_reservation() (remove all elements from the mesh but keeps the properties. In contrast to clean() the memory used for the elements will remain allocated
+
+
General
- Fixed bug preventing from building with 2 dimensional vectors (e.g. vec2i)
+- Heap: Minor cleanup (some consts)
+
+
+
+VectorT
+
+- take VectorT argument by reference for non-member vector scalar multiplication
Unittests
@@ -40,6 +52,12 @@
Added tests for vec2x construction
+Build System
+
+- Fixed missing debug dll for autobuilders
+
+
+
|