X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9016f3ad7338e0e61ee30de5618302404bfca1ef..2753fd96ffed24e04c4828eaa97dccfdb6b24764:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 3dca38bc52..44fe563ab1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -102,6 +102,8 @@ Changes in behaviour not resulting in compilation errors, please read this! - Under MSW wxExecute() arguments are now always properly quoted, as under Unix, and so shouldn't contain quotes unless they are part of the argument. +- wxDocument::OnNewDocument() doesn't call OnCloseDocument() any more. + Changes in behaviour which may result in compilation errors -----------------------------------------------------------