summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/CHANGELOG.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-08 16:10:44 +0200
committerGitHub <noreply@github.com>2020-05-08 16:10:44 +0200
commitdb9940fb42fb199d335dcd549ac24972ef89d5c0 (patch)
tree0c52b4a1708ad08377904bf5470ac0219f1f527b /vendor/github.com/onsi/gomega/CHANGELOG.md
parentbacfae646acef03e8441a8015688c7d02617f120 (diff)
parent6b425c46c37ec736019eea7c7329f77885037373 (diff)
downloadpodman-db9940fb42fb199d335dcd549ac24972ef89d5c0.tar.gz
podman-db9940fb42fb199d335dcd549ac24972ef89d5c0.tar.bz2
podman-db9940fb42fb199d335dcd549ac24972ef89d5c0.zip
Merge pull request #6129 from containers/dependabot/go_modules/github.com/onsi/gomega-1.10.0
Bump github.com/onsi/gomega from 1.9.0 to 1.10.0
Diffstat (limited to 'vendor/github.com/onsi/gomega/CHANGELOG.md')
-rw-r--r--vendor/github.com/onsi/gomega/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/CHANGELOG.md b/vendor/github.com/onsi/gomega/CHANGELOG.md
index 3e9b5961b..35adfb8d7 100644
--- a/vendor/github.com/onsi/gomega/CHANGELOG.md
+++ b/vendor/github.com/onsi/gomega/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 1.10.0
+
+### Features
+- Add HaveHTTPStatusMatcher (#378) [f335c94]
+- Changed matcher for content-type in VerifyJSONRepresenting (#377) [6024f5b]
+- Make ghttp usable with x-unit style tests (#376) [c0be499]
+- Implement PanicWith matcher (#381) [f8032b4]
+
## 1.9.0
### Features