summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.3.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.3.0 b/dist/changes-5.3.0
index 035d0656ed..7bcab28032 100644
--- a/dist/changes-5.3.0
+++ b/dist/changes-5.3.0
@@ -29,3 +29,7 @@ QtCore
QtGui
-----
+
+- Added setSwapInterval() to QSurfaceFormat. Platforms that support
+ setting the swap interval are now defaulting to the value of 1,
+ meaning vsync is enabled.