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