diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-02-03 09:26:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 09:26:59 -0500 |
commit | 227d8815806fe63d07433707a356eb2e8c011f1e (patch) | |
tree | f74a6a4e4bdd43136779e11760c6c4cb59cea1fa /vendor/github.com/onsi/gomega/CHANGELOG.md | |
parent | 4699d5e02d3270b5cc89f7528b53b823fbf88796 (diff) | |
parent | fac6b784f84836888bb991360602fac2619788a6 (diff) | |
download | podman-227d8815806fe63d07433707a356eb2e8c011f1e.tar.gz podman-227d8815806fe63d07433707a356eb2e8c011f1e.tar.bz2 podman-227d8815806fe63d07433707a356eb2e8c011f1e.zip |
Merge pull request #5054 from containers/dependabot/go_modules/github.com/onsi/gomega-1.9.0
build(deps): bump github.com/onsi/gomega from 1.8.1 to 1.9.0
Diffstat (limited to 'vendor/github.com/onsi/gomega/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/gomega/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/CHANGELOG.md b/vendor/github.com/onsi/gomega/CHANGELOG.md index 59ad384aa..3e9b5961b 100644 --- a/vendor/github.com/onsi/gomega/CHANGELOG.md +++ b/vendor/github.com/onsi/gomega/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.9.0 + +### Features +- Add ContainElements matcher (#370) [2f57380] +- Output missing and extra elements in ConsistOf failure message [a31eda7] +- Document method LargestMatching [7c5a280] + ## 1.8.1 ### Fixes |