diff --git a/docsrc/credits_changelog.dxx b/docsrc/credits_changelog.dxx
index 59f61cedc..e5be5c79e 100644
--- a/docsrc/credits_changelog.dxx
+++ b/docsrc/credits_changelog.dxx
@@ -67,12 +67,28 @@
John Kirkham figured out how to configure Travis to run tests for Python3 and on OS X.
+ Philip Schill implemented version 3 of the Random Forest.
+
+ David Stöckel contributed the 3D convex hull functionality.
+
Numerous people reported and fixed bugs and made suggestions.
Many thanks to all!
+ Changes from Version 1.11.0 to 1.11.1
+
+
+ - Added 3D convex hull computation and features (David Stöckel).
+
+
- Added Random Forest version 3, inspired by LEMON's graph API, to simplify customization of RF variants (Philip Schill).
+
+
- Improved hierarchical clustering (Cpnstantin Pape).
+
+
- Minor improvements and bug fixes in the code and documentation.
+
+
Changes from Version 1.10.0 to 1.11.0