You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.6 KiB

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