summaryrefslogtreecommitdiff
path: root/vendor/github.com/nxadm/tail/CHANGES.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-08 08:33:53 -0500
committerGitHub <noreply@github.com>2021-03-08 08:33:53 -0500
commit6fe634c9165367ecf797794f016dd640bc28ff2f (patch)
tree5262e741c70f51cf57a8c210c6f5771f646ff492 /vendor/github.com/nxadm/tail/CHANGES.md
parent7c09752fb88faba0cda07dbeabe17616c7262ea1 (diff)
parent80390dd1800590f69ed83db13137fad88f6b63ed (diff)
downloadpodman-6fe634c9165367ecf797794f016dd640bc28ff2f.tar.gz
podman-6fe634c9165367ecf797794f016dd640bc28ff2f.tar.bz2
podman-6fe634c9165367ecf797794f016dd640bc28ff2f.zip
Merge pull request #9658 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.1
Bump github.com/onsi/ginkgo from 1.15.0 to 1.15.1
Diffstat (limited to 'vendor/github.com/nxadm/tail/CHANGES.md')
-rw-r--r--vendor/github.com/nxadm/tail/CHANGES.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/vendor/github.com/nxadm/tail/CHANGES.md b/vendor/github.com/nxadm/tail/CHANGES.md
index ef1b5fbed..224e54b44 100644
--- a/vendor/github.com/nxadm/tail/CHANGES.md
+++ b/vendor/github.com/nxadm/tail/CHANGES.md
@@ -1,4 +1,14 @@
-# Version v1.4.4
+# Version v1.4.7-v1.4.8
+* Documentation updates.
+* Small linter cleanups.
+* Added example in test.
+
+# Version v1.4.6
+
+* Document the usage of Cleanup when re-reading a file (thanks to @lesovsky) for issue #18.
+* Add example directories with example and tests for issues.
+
+# Version v1.4.4-v1.4.5
* Fix of checksum problem because of forced tag. No changes to the code.