diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 900588c247..41de921b7b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -6,6 +6,7 @@ Changelog
 
  * Javascript includes in the admin backend have been moved to the HTML header, to accommodate form widgets that render inline scripts that depend on libraries such as jQuery
  * Improvements to the layout of the admin menu footer.
+ * Added thousands separator for counters on dashboard
 
 
 0.8.3 (18.11.2014)
diff --git a/docs/releases/0.9.rst b/docs/releases/0.9.rst
index af6a420697..6d77b9cb88 100644
--- a/docs/releases/0.9.rst
+++ b/docs/releases/0.9.rst
@@ -15,6 +15,7 @@ Minor features
 
  * Javascript includes in the admin backend have been moved to the HTML header, to accommodate form widgets that render inline scripts that depend on libraries such as jQuery
  * Improvements to the layout of the admin menu footer.
+ * Added thousands separator for counters on dashboard
 
 
 Bug fixes