diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 39bead27..d940fae4 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -13,13 +13,18 @@
- Fixed type pun warning with gcc-6
- Fixed incorrect type of hash function for boost causing a warning with clang
-
+
+
+IO
+
+- STL Reader: Identify stl files containing solid keyword as ASCII type
+
General
- Fixed undefined MSVC macro warning (Thanks to Xan for the patch)
-
+
Build System