summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-10-16 04:37:36 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-10-16 04:38:06 -0400
commit711d4ba027e3242f3fbda5d11c0919ae5ca13f43 (patch)
treef3be136bb47ac15f0b047f91e56b55ec2cc49453 /vendor/github.com/onsi/ginkgo/CHANGELOG.md
parentc3ecdd09ed6a9b17da9879d7f2765a6f5f3ace8a (diff)
downloadpodman-711d4ba027e3242f3fbda5d11c0919ae5ca13f43.tar.gz
podman-711d4ba027e3242f3fbda5d11c0919ae5ca13f43.tar.bz2
podman-711d4ba027e3242f3fbda5d11c0919ae5ca13f43.zip
Bump github.com/containers/common from 0.24.0 to 0.26.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.24.0 to 0.26.0. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.24.0...v0.26.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/CHANGELOG.md')
-rw-r--r--vendor/github.com/onsi/ginkgo/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/ginkgo/CHANGELOG.md b/vendor/github.com/onsi/ginkgo/CHANGELOG.md
index 6092fcb63..a733f95fc 100644
--- a/vendor/github.com/onsi/ginkgo/CHANGELOG.md
+++ b/vendor/github.com/onsi/ginkgo/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.14.2
+
+### Fixes
+- correct handling windows backslash in import path (#721) [97f3d51]
+- Add additional methods to GinkgoT() to improve compatibility with the testing.TB interface [b5fe44d]
+
## 1.14.1
### Fixes