diff --git a/CHANGES.md b/CHANGES.md index e3a1a72..498fb58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ # Apr, 2014 * allow reading of longer lines if MaxLineSize is unset (PR #24) +* updated deps.json to latest fsnotify (441bbc86b1) # Feb, 2014 diff --git a/deps.json b/deps.json index 1409279..606beb1 100644 --- a/deps.json +++ b/deps.json @@ -1,7 +1,7 @@ { "github.com/howeyc/fsnotify": { "repo": "http://github.com/howeyc/fsnotify.git", - "version": "206f31729d", + "version": "441bbc86b167", "type": "git-clone", "alias": "github.com/howeyc/fsnotify" },