From: Nathan Youngman Date: Fri, 13 Jun 2014 03:07:57 +0000 (-0600) Subject: 10.1 changelog X-Git-Tag: v1.7.2~313 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=620bfd9d9ca255d5f431352828608bb5a5a3ac9a;p=fsnotify.git 10.1 changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb016c..b878e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.10.1 / 2014-06-12 + +* Fix data race on kevent buffer (thanks @tilaks) [#98](https://github.com/howeyc/fsnotify/pull/98) + ## v0.10.0 / 2014-05-23 * [API] Remove current implementation of WatchFlags [#1](https://github.com/gophertown/fsnotify/pull/1)