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
This commit is contained in:
Vadim Zeitlin 2012-10-15 01:10:34 +00:00
parent 0b3ef556f5
commit 5da0565d52

View file

@ -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).