diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 146bef7b..643ee556 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -6,7 +6,7 @@
-
| 3.4 (?/?/?,Rev.1244) |
+ |
| 3.4 (?/?/?,Rev.1249) |
Core
@@ -17,6 +17,7 @@
- Implement a warning on the operator-- of the old iterators. It was possible to use them to iterate from begin into negative direction. At boundaries,
that did not work correctly and visited one entity twice. The warning can be disabled via cmake or define (-DNO_DECREMENT_DEPRECATED_WARNINGS ).
- Fixed wrong normal calculation in calc_face_normal for Poly Meshes. closes #2427
+- Fixed various warnings with vector casts
IO
|