From 3a24beca62c1130b887bb53ef40de5076a11e257 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 12 Dec 2018 18:01:41 +0100 Subject: [PATCH] Document that wxDataViewCtrl now always expands its last column This has been changed back in 4156e1a5c94283cb037132518dfb80dbc1403e12 and is a (mildly) incompatible change, so document it in the appropriate change log section. See #18295. --- docs/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index fd1b14acb7..b5779afb0b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -94,6 +94,9 @@ Changes in behaviour which may result in build errors not long. Its return value hasn't changed, however, and is still always either true or false, so normally the existing code should continue to work. +- Generic wxDataViewCtrl now always resizes its last column to fill all the + available space, as the GTK+ version always did. + - configure only accepts the options it knows about now and doesn't silently ignore all the rest. If you get errors about unknown options, you may either specify --disable-option-checking argument to continue accepting them (which