From: Vadim Zeitlin Date: Mon, 15 Oct 2012 01:10:34 +0000 (+0000) Subject: Mention David Hart bug fixes in wxFileSystemWatcher. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5da0565d527d442d49297f8f778e11679853aeeb Mention David Hart bug fixes in wxFileSystemWatcher. See #14488, #14490, #14544. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index a320e89782..1de66ed679 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -530,6 +530,7 @@ Major new features in this release All: - Add support for symlinks to wxFileName (David Hart). +- Many important bug fixes in wxFileSystemWatcher (David Hart). - Add separate read/written bytes counters and per-direction NOWAIT and WAITALL flags to wxSocket (Rob Bresalier). - Add wxDir::Close() method (Silverstorm82).