diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 3fadf1d7..bedf999b 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,7 +7,17 @@
-
| 4.2 (?/?/?,Rev.1333) |
+ |
| 4.2 (?/?/?) |
+
+General
+
+- Moved repository to git
+
+
+Core
+
+- Fixed bug where range iterators contained an invalid element when the range was empty
+
IO
@@ -17,12 +27,15 @@
- PLY Writer: add custom property (with pod data type) support for binary ply files closes #2496
- remove redundant code refs #2525
- Off Writer: Removed redundant code
+- Made STLReader, OBJReader reuse stringstreams to improve performance
Unittests
- add obj writer unittest
- add unittest for write stla
+- Fixed bug where Some C++11 unittests were not build and used
+- Added more unittests c++11 ranges vvrange and vertexrange
|