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