From: Nathan Youngman Date: Thu, 1 Jan 2015 02:59:35 +0000 (-0700) Subject: changelog: fix link X-Git-Tag: v1.7.2~244 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=51627cf6bd5d957055d7d5579de733bfd5986ac0;p=fsnotify.git changelog: fix link --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a10a7..3b15524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * remove calls to os.NewSyscallError * More efficient string concatenation for Event.String() [#52](https://github.com/go-fsnotify/fsnotify/pull/52) (thanks @mdlayher) * kqueue: fix regression in rework causing subdirectories to be watched [#48](https://github.com/go-fsnotify/fsnotify/issues/48) -* kqueue: cleanup internal watch before sending remove event [#51](https://github.com/go-fsnotify/fsnotify/issues/48) +* kqueue: cleanup internal watch before sending remove event [#51](https://github.com/go-fsnotify/fsnotify/issues/51) ## v1.0.4 / 2014-09-07