From 1afae24d7f3a67b2727ec6283c44275935de55e1 Mon Sep 17 00:00:00 2001
From: Antti Kokko <antti.kokko@qt.io>
Date: Wed, 3 Oct 2018 11:05:00 +0300
Subject: [PATCH] Add changes file for Qt 5.9.7

+ e97b4a6606157d2aba1cfa8323a14e9bf744ed09 Bump version
+ 9c43f82fb5648d7a0dcac4329a59d5d274924339 Document the default value of TableView's overridden frameVisible property

Change-Id: I06f02bd3c9fa521fca3d80df3fcb4dd86615682f
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
---
 dist/changes-5.9.7 | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 dist/changes-5.9.7

diff --git a/dist/changes-5.9.7 b/dist/changes-5.9.7
new file mode 100644
index 000000000..0350af670
--- /dev/null
+++ b/dist/changes-5.9.7
@@ -0,0 +1,20 @@
+Qt 5.9.7 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0 through 5.9.6.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+ - This release contains only minor code improvements.
-- 
GitLab