1# Version v1.4.11
2* Bump fsnotify to v1.6.0. Should fix some issues.
3
4# Version v1.4.9
5* Bump fsnotify to v1.5.1 fixes issue #28, hpcloud/tail#90.
6* PR #27: "Add timeout to tests"by @kokes++. Also timeout on FreeBSD.
7* PR #29: "Use temp directory for tests, instead of relative" by @ches++.
8
9# Version v1.4.7-v1.4.8
10* Documentation updates.
11* Small linter cleanups.
12* Added example in test.
13
14# Version v1.4.6
15
16* Document the usage of Cleanup when re-reading a file (thanks to @lesovsky) for issue #18.
17* Add example directories with example and tests for issues.
18
19# Version v1.4.4-v1.4.5
20
21* Fix of checksum problem because of forced tag. No changes to the code.
22
23# Version v1.4.1
24
25* Incorporated PR 162 by by Mohammed902: "Simplify non-Windows build tag".
26
27# Version v1.4.0
28
29* Incorporated PR 9 by mschneider82: "Added seekinfo to Tail".
30
31# Version v1.3.1
32
33* Incorporated PR 7: "Fix deadlock when stopping on non-empty file/buffer",
34fixes upstream issue 93.
35
36
37# Version v1.3.0
38
39* Incorporated changes of unmerged upstream PR 149 by mezzi: "added line num
40to Line struct".
41
42# Version v1.2.1
43
44* Incorporated changes of unmerged upstream PR 128 by jadekler: "Compile-able
45code in readme".
46* Incorporated changes of unmerged upstream PR 130 by fgeller: "small change
47to comment wording".
48* Incorporated changes of unmerged upstream PR 133 by sm3142: "removed
49spurious newlines from log messages".
50
51# Version v1.2.0
52
53* Incorporated changes of unmerged upstream PR 126 by Code-Hex: "Solved the
54 problem for never return the last line if it's not followed by a newline".
55* Incorporated changes of unmerged upstream PR 131 by StoicPerlman: "Remove
56deprecated os.SEEK consts". The changes bumped the minimal supported Go
57release to 1.9.
58
59# Version v1.1.0
60
61* migration to go modules.
62* release of master branch of the dormant upstream, because it contains
63fixes and improvement no present in the tagged release.
64