diff --git a/doc/changelog b/doc/changelog
index 63fcb6b0..d3202c70 100644
--- a/doc/changelog
+++ b/doc/changelog
@@ -4,6 +4,9 @@ Changelog
 	* Changes are always commented with their author in (braces)
 	* Exception: No braces means author == Nico Schottelius
 
+2.0.11:
+	* Fix insecure file/directory creation: Use umask 077
+
 2.0.10: 2012-05-18
 	* Cleanup __group: No getent gshadow in old Redhat, use groupmod -g
 		(Matt Coddington)