diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index b905fc327baaee00020378950b94aed252eceac5..02c7953253f85862f2ddb8bf1ad80a3b42dd063c 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -39,6 +39,10 @@ Third party components
    of QObject. It no longer returns all QObject children, or explicitly
    sets QObject parent. The resources property now behaves as documented.
 
+ - As part of a fix for QTBUG-30555, ListView and GridView properties, such
+   as count, which are based off of the data model will no longer update
+   immediately if queried. Updates are batched to happen once per frame (or
+   when properties are being set).
 ****************************************************************************
 *                          Library                                         *
 ****************************************************************************