diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-02 06:34:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 06:34:50 -0700 |
commit | 257a985f5a7cff8f01891529ea89b0ea2800d61f (patch) | |
tree | a92ef593aec15889a3f2943f6ca359b361832c9b /vendor/github.com/onsi/gomega/CHANGELOG.md | |
parent | 32a2ce8fc0eb590140cad81cf0ca9adf2daa5651 (diff) | |
parent | 6c72b5c5926fdaed67936f0b1c6f948e3bf5c441 (diff) | |
download | podman-257a985f5a7cff8f01891529ea89b0ea2800d61f.tar.gz podman-257a985f5a7cff8f01891529ea89b0ea2800d61f.tar.bz2 podman-257a985f5a7cff8f01891529ea89b0ea2800d61f.zip |
Merge pull request #4150 from containers/dependabot/go_modules/github.com/onsi/gomega-1.7.0
Bump github.com/onsi/gomega from 1.5.0 to 1.7.0
Diffstat (limited to 'vendor/github.com/onsi/gomega/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/gomega/CHANGELOG.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/CHANGELOG.md b/vendor/github.com/onsi/gomega/CHANGELOG.md index 5d1eda837..f67074016 100644 --- a/vendor/github.com/onsi/gomega/CHANGELOG.md +++ b/vendor/github.com/onsi/gomega/CHANGELOG.md @@ -1,3 +1,35 @@ +## 1.7.0 + +### Features +- export format property variables (#347) [642e5ba] + +### Fixes +- minor fix in the documentation of ExpectWithOffset (#358) [beea727] + +## 1.6.0 + +### Features + +- Display special chars on error [41e1b26] +- Add BeElementOf matcher [6a48b48] + +### Fixes + +- Remove duplication in XML matcher tests [cc1a6cb] +- Remove unnecessary conversions (#357) [7bf756a] +- Fixed import order (#353) [2e3b965] +- Added missing error handling in test (#355) [c98d3eb] +- Simplify code (#356) [0001ed9] +- Simplify code (#354) [0d9100e] +- Fixed typos (#352) [3f647c4] +- Add failure message tests to BeElementOf matcher [efe19c3] +- Update go-testcov untested sections [37ee382] +- Mark all uncovered files so go-testcov ./... works [53b150e] +- Reenable gotip in travis [5c249dc] +- Fix the typo of comment (#345) [f0e010e] +- Optimize contain_element_matcher [abeb93d] + + ## 1.5.0 ### Features |