From 2407c2976808255cfe7ca4ab83a50c723fde75cc Mon Sep 17 00:00:00 2001
From: hjk <hjk121@nokiamail.com>
Date: Fri, 26 Sep 2014 13:05:25 +0200
Subject: [PATCH] Added changes-3.3.0 file

Change-Id: I5b3b0595f9d33f3c0e419cc01612295564307d39
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
---
 dist/changes-3.3.0 | 74 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)
 create mode 100644 dist/changes-3.3.0

diff --git a/dist/changes-3.3.0 b/dist/changes-3.3.0
new file mode 100644
index 00000000000..10f4b28a0f7
--- /dev/null
+++ b/dist/changes-3.3.0
@@ -0,0 +1,74 @@
+Qt Creator version 3.3 contains bug fixes and new features.
+
+The most important changes are listed in this document. For a complete
+list of changes, see the Git log for the Qt Creator sources that
+you can check out from the public Git repository. For example:
+
+git clone git://gitorious.org/qt-creator/qt-creator.git
+git log --cherry-pick --pretty=oneline origin/3.2..origin/3.3
+
+General
+   * Dropped Qt 4 compatibility in Qt Creator's own code base.
+     Require Qt 5.3 as minimum, to take advantage of Qt 5 features.
+     Handling of Qt 4 based projects is of course still supported.
+   * Created new wizard engine to add new script based wizards
+     without the need for recompilation
+   * Improved high DPI support
+
+Editing
+   * Implemented dragging of edited documents between views
+
+Help
+
+Managing and Building Projects
+
+QMake Projects
+
+CMake Projects
+
+Qbs Projects
+
+Generic Projects
+
+Debugging
+
+QML Profiler
+   * Added JavaScript heap profiler
+   * Improved scenegraph profiler
+
+Analyzer
+
+C++ Support
+
+QML Support
+
+Qt Quick Designer
+   * Added support for a workflow where .qml code is split into
+     "UI-only" and "logic" parts
+   * Added support for TabView QtQuick Control
+   * Extended anchoring options
+
+Diff Viewer
+
+Version Control Systems
+
+FakeVim
+
+Beautifier
+
+Platform Specific
+
+Windows
+
+OS X
+
+Android
+   * Added Gradle build system support
+
+Remote Linux
+
+QNX
+
+BareMetal
+
+Credits for these changes go to:
-- 
GitLab