Skip to content

Commit

Permalink
update changelog (dev)
Browse files Browse the repository at this point in the history
rework kqueue internals

closes howeyc#13
closes howeyc#43
  • Loading branch information
nathany committed Sep 24, 2014
1 parent 719fef5 commit e979092
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## dev / 2014-09-24

* kqueue: rework internals [#43](https://github.com/go-fsnotify/fsnotify/pull/43)
* add low-level functions
* only need to store flags on directories
* less mutexes [#13](https://github.com/go-fsnotify/fsnotify/issues/13)
* done can be an unbuffered channel
* remove calls to os.NewSyscallError

## v1.0.4 / 2014-09-07

* kqueue: add dragonfly to the build tags.
Expand Down

0 comments on commit e979092

Please sign in to comment.