From 021ffbfc6ffa863d2f3c34fec11cb6e61eb68796 Mon Sep 17 00:00:00 2001
From: Olivier Goffart <ogoffart@woboq.com>
Date: Tue, 16 Jun 2015 23:50:11 +0200
Subject: [PATCH] Changelog: Document the SIC related to indirect includes

Because of 90e7cc172a7521396bb2d49720ee4ceb9a9390b3

Change-Id: I3e9339d6e07d6564e38f3f25df28644437ed5955
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
---
 dist/changes-5.5.0 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0
index 3d588f7f884..f3f4daab6f8 100644
--- a/dist/changes-5.5.0
+++ b/dist/changes-5.5.0
@@ -66,6 +66,9 @@ information about a particular change.
    to avoid calling parent() (which returns a constant). Subclasses of
    these models that override parent(), will likely also need to
    override sibling() now.
+-  Qt 5.5 received some header #include cleanups. Code that relied on indirect
+   includes from Qt headers may need to include some headers explicitly now.
+   For example, qstringlist.h no longer includes QDataStream and QObject.
 
  - QCoreApplication:
    * [QTBUG-30330][QTSOLBUG-184] On Windows, QCoreApplication::arguments()
-- 
GitLab