diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-30 13:43:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 13:43:54 -0700 |
commit | 92a489bcdfcb16a8fa74f08b539696be2f6bd0ab (patch) | |
tree | 8cf8f44607274f542864dcb9cf3fe0cdbc723aa1 /vendor/github.com/onsi/ginkgo/CHANGELOG.md | |
parent | c3b9e21c41ddced2d568c8f514d111be09d8e48e (diff) | |
parent | 427b71f147afd9d624aeb3b7fc6a26b55567d1b7 (diff) | |
download | podman-92a489bcdfcb16a8fa74f08b539696be2f6bd0ab.tar.gz podman-92a489bcdfcb16a8fa74f08b539696be2f6bd0ab.tar.bz2 podman-92a489bcdfcb16a8fa74f08b539696be2f6bd0ab.zip |
Merge pull request #4149 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.10.1
Bump github.com/onsi/ginkgo from 1.8.0 to 1.10.1
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/ginkgo/CHANGELOG.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/ginkgo/CHANGELOG.md b/vendor/github.com/onsi/ginkgo/CHANGELOG.md index 4920406ae..aeadb66e0 100644 --- a/vendor/github.com/onsi/ginkgo/CHANGELOG.md +++ b/vendor/github.com/onsi/ginkgo/CHANGELOG.md @@ -1,3 +1,29 @@ +## 1.10.1 + +## Fixes +- stack backtrace: fix skipping (#600) [2a4c0bd] + +## 1.10.0 + +## Fixes +- stack backtrace: fix alignment and skipping [66915d6] +- fix typo in documentation [8f97b93] + +## 1.9.0 + +## Features +- Option to print output into report, when tests have passed [0545415] + +## Fixes +- Fixed typos in comments [0ecbc58] +- gofmt code [a7f8bfb] +- Simplify code [7454d00] +- Simplify concatenation, incrementation and function assignment [4825557] +- Avoid unnecessary conversions [9d9403c] +- JUnit: include more detailed information about panic [19cca4b] +- Print help to stdout when the user asks for help [4cb7441] + + ## 1.8.0 ### New Features |