Add 'extras/qtpy/' from commit 'f9c100f2e49fc28a43d3938ef96ce3b98abd8344'
[git-cola.git] / extras / qtpy / CHANGELOG.md
blobcc3781c57661bac7515d05e252373f300a713919
1 # History of changes
3 ## Version 1.0.2 (01/06/16)
5 * Add a WEBENGINE constant to QtWebEngineWidgets, which is True if Qt 5 comes
6   with the WebEngine module and False otherwise.
8 ## Version 1.0.1 (10/04/16)
10 * Import QIntValidator in QtGui and remove it from QtWidgets (PR #19)
12 ## Version 1.0 (22/03/16)
14 * Add QtWebEngineWidgets module for Qt 5.6. This module replaces the previous
15   QtWebKit one.
17 * Import the right objects in QtGui, QtWidgets and QtCore
19 * Add a QtPrintSupport module
21 ## Version 0.1.3 (30/12/15)
23 * Add tests and continuous integration
25 ## Version 0.1.2 (1/03/15)
27 * First release