]> go.fuhry.dev Git - fsnotify.git/commitdiff
Update changelog, add funding
authorMartin Tournoij <martin@arp242.net>
Fri, 14 Oct 2022 16:59:50 +0000 (18:59 +0200)
committerMartin Tournoij <martin@arp242.net>
Fri, 14 Oct 2022 16:59:50 +0000 (18:59 +0200)
.github/FUNDING.yml [new file with mode: 0644]
CHANGELOG.md

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644 (file)
index 0000000..bb69c2a
--- /dev/null
@@ -0,0 +1 @@
+github: arp242
index f9bf9ec9cf786abf3a6f2b1612871ddb616bc674..52533c09e7836da86b98017b0bb35fc5f086c4e1 100644 (file)
@@ -21,11 +21,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
   On Windows this does work, and remains working.
 
+- windows: don't listen for file attribute changes ([#520])
+
+  File attribute changes are sent as FILE_ACTION_MODIFIED by the Windows API,
+  with no way to see if they're a file write or attribute change, so would show
+  up as a fsnotify.Write event. This is never useful, and could result in many
+  spurious Write events.
+
 - all: return ErrClosed on Add() when the watcher is closed ([#516])
 
+
 [#371]: https://github.com/fsnotify/fsnotify/pull/371
 [#516]: https://github.com/fsnotify/fsnotify/pull/516
 [#518]: https://github.com/fsnotify/fsnotify/pull/518
+[#520]: https://github.com/fsnotify/fsnotify/pull/520
 
 ## [1.6.0] - 2022-10-13