From: Nathan Youngman Date: Wed, 29 Jun 2016 01:11:04 +0000 (-0600) Subject: v1.3.1 X-Git-Tag: v1.7.2~193 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=a8a77c9133d2d6fd8334f3260d06f60e8d80a5fb;p=fsnotify.git v1.3.1 --- diff --git a/AUTHORS b/AUTHORS index 6438bb3..71c47ce 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,6 +11,7 @@ Adrien Bustany Amit Krishnan Bjørn Erik Pedersen +Bruno Bigras Caleb Spare Case Nelson Chris Howey diff --git a/CHANGELOG.md b/CHANGELOG.md index 675fab9..f6c7c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.3.1 / 2016-06-28 + +* windows: fix for double backslash when watching the root of a drive [#151](https://github.com/fsnotify/fsnotify/issues/151) (thanks @brunoqc) + ## v1.3.0 / 2016-04-19 * Support linux/arm64 by [patching](https://go-review.googlesource.com/#/c/21971/) x/sys/unix and switching to to it from syscall (thanks @suihkulokki) [#135](https://github.com/fsnotify/fsnotify/pull/135)