]> go.fuhry.dev Git - fsnotify.git/commitdiff
v1.4.1
authorNathan Youngman <git@nathany.com>
Wed, 5 Oct 2016 04:06:20 +0000 (22:06 -0600)
committerNathan Youngman <git@nathany.com>
Wed, 5 Oct 2016 04:06:20 +0000 (22:06 -0600)
AUTHORS
CHANGELOG.md

diff --git a/AUTHORS b/AUTHORS
index 2e64e5c3ac4cac706a1a6d20a61d78f2ef42ac8b..0a5bf8f617ab2ac33186e24f07ad9714cc206982 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,6 +26,7 @@ Kelvin Fo <vmirage@gmail.com>
 Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>
 Matt Layher <mdlayher@gmail.com>
 Nathan Youngman <git@nathany.com>
+Patrick <patrick@dropbox.com>
 Paul Hammond <paul@paulhammond.org>
 Pawel Knap <pawelknap88@gmail.com>
 Pieter Droogendijk <pieter@binky.org.uk>
index 96e3b7df8bd1cda60ee7631c8a0ac5c7e0817227..7fe879472536ed1069739de8449f3f462dbe5f87 100644 (file)
@@ -1,5 +1,9 @@
 # Changelog
 
+## v1.4.1 / 2016-10-04
+
+* Fix flaky inotify stress test on Linux [#177](https://github.com/fsnotify/fsnotify/pull/177) (thanks @pattyshack)
+
 ## v1.4.0 / 2016-10-01
 
 * add a String() method to Event.Op [#165](https://github.com/fsnotify/fsnotify/pull/165) (thanks @oozie)