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