diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 60ec3095..ff45eb22 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -11,12 +11,14 @@
Core
- Property System: Get rid of the OM_FORCE_STATIC_CAST defines. We use the type ids to check if the cast is valid or not. This will add more type safety.
+- Default Traits: Added DefaultTraitsDouble as a version of the default traits that uses double precision for positions and normals as well as float for colors.
+- Default Mesh Types: Added typdefs for a Triangle Mesh and a PolyMesh which use DefaultTraitsDouble and can be used as default mesh type be the user.
Tools
-- Subdivider: Fixed crash in Loop subdivider
+- Subdivider: Fixed crash in Loop subdivider
- Subdivider: Fixed crash in ModifiedButterfly subdivider