From 4d4c14cd656734ca42b6e845618e1a46398436ed Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 May 2017 22:45:09 +0200 Subject: [PATCH] Add changelog entry for 3.0.3.1 --- docs/changes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 0565bca4c1..7a8bc7810e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -580,6 +580,13 @@ Major new features in this release +3.0.3.1: (released 2017-05-15) +------------------------------ + +Bug fix release adding back wxPropertySheetDialog::SetInnerSize() mistakenly +removed in 3.0.3. There are no other changes in this micro-release. + + 3.0.3: (released 2017-05-02) ----------------------------