From b7209338fecd53937985d1825cae91bd6c310854 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Thu, 30 Jan 2014 11:23:57 +0100 Subject: [PATCH] Update readme Update change log for next release --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a20aedfcd..d8dd9162e 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,13 @@ What still needs to be done: Changelog =========== ``` +* 1.3: + - remove outline on button, checkbox and radio button + - add support for closable tabs + - better disabled buttons + - fix QTextEdit background color to match the color of QPlainTextEdit and QLineEdit + - better hover/selected states for QTreeView and QListView + - add QHeaderView support * 1.2: - Improve QTableView support * 1.1: