change log entry for last PR
This commit is contained in:
parent
b1f6c8f553
commit
f3fe9b76bd
28
CHANGES.md
28
CHANGES.md
|
@ -1,41 +1,49 @@
|
||||||
# June, 2015
|
# API current (gopkg.in/ActiveState/tail)
|
||||||
|
|
||||||
|
## July, 2015
|
||||||
|
|
||||||
|
* Fix inotify watcher leak; remove `Cleanup` (#51)
|
||||||
|
|
||||||
|
# API v0 (gopkg.in/ActiveState/tail.v0)
|
||||||
|
|
||||||
|
## June, 2015
|
||||||
|
|
||||||
* Don't return partial lines (PR #40)
|
* Don't return partial lines (PR #40)
|
||||||
* Use stable version of fsnotify (#46)
|
* Use stable version of fsnotify (#46)
|
||||||
|
|
||||||
# July, 2014
|
## July, 2014
|
||||||
|
|
||||||
* Fix tail for Windows (PR #36)
|
* Fix tail for Windows (PR #36)
|
||||||
|
|
||||||
# May, 2014
|
## May, 2014
|
||||||
|
|
||||||
* Improved rate limiting using leaky bucket (PR #29)
|
* Improved rate limiting using leaky bucket (PR #29)
|
||||||
* Fix odd line splitting (PR #30)
|
* Fix odd line splitting (PR #30)
|
||||||
|
|
||||||
# Apr, 2014
|
## Apr, 2014
|
||||||
|
|
||||||
* LimitRate now discards read buffer (PR #28)
|
* LimitRate now discards read buffer (PR #28)
|
||||||
* allow reading of longer lines if MaxLineSize is unset (PR #24)
|
* allow reading of longer lines if MaxLineSize is unset (PR #24)
|
||||||
* updated deps.json to latest fsnotify (441bbc86b1)
|
* updated deps.json to latest fsnotify (441bbc86b1)
|
||||||
|
|
||||||
# Feb, 2014
|
## Feb, 2014
|
||||||
|
|
||||||
* added `Config.Logger` to suppress library logging
|
* added `Config.Logger` to suppress library logging
|
||||||
|
|
||||||
# Nov, 2013
|
## Nov, 2013
|
||||||
|
|
||||||
* add Cleanup to remove leaky inotify watches (PR #20)
|
* add Cleanup to remove leaky inotify watches (PR #20)
|
||||||
|
|
||||||
# Aug, 2013
|
## Aug, 2013
|
||||||
|
|
||||||
* redesigned Location field (PR #12)
|
* redesigned Location field (PR #12)
|
||||||
* add tail.Tell (PR #14)
|
* add tail.Tell (PR #14)
|
||||||
|
|
||||||
# July, 2013
|
## July, 2013
|
||||||
|
|
||||||
* Rate limiting (PR #10)
|
* Rate limiting (PR #10)
|
||||||
|
|
||||||
# May, 2013
|
## May, 2013
|
||||||
|
|
||||||
* Detect file deletions/renames in polling file watcher (PR #1)
|
* Detect file deletions/renames in polling file watcher (PR #1)
|
||||||
* Detect file truncation
|
* Detect file truncation
|
||||||
|
@ -44,6 +52,6 @@
|
||||||
* Fix uncleaned up ChangeEvents goroutines after calling tail.Stop
|
* Fix uncleaned up ChangeEvents goroutines after calling tail.Stop
|
||||||
* Support Follow=false
|
* Support Follow=false
|
||||||
|
|
||||||
# Feb, 2013
|
## Feb, 2013
|
||||||
|
|
||||||
* Initial open source release
|
* Initial open source release
|
||||||
|
|
Loading…
Reference in New Issue