]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention David Hart bug fixes in wxFileSystemWatcher.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:10:34 +0000 (01:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:10:34 +0000 (01:10 +0000)
See #14488, #14490, #14544.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index a320e89782f92f36fe5fef1ee2d1ed620c30f772..1de66ed679ee8780b0577561f68b30a1580afbab 100644 (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).