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>2021-08-23 10:11:10 -0400
committerGitHub <noreply@github.com>2021-08-23 10:11:10 -0400
commitac5f2e1162a4a04c171c4ae6209f71d14371bf30 (patch)
treeb2d57ddb67df239af0ff321e6dcd3bf48bfb85a6 /vendor/github.com/onsi/gomega/CHANGELOG.md
parentd36510702be1d60b8984ebcf3ad20a70f398c568 (diff)
parent1493b86c7550dbb4fabf5ea87960ee98fed58665 (diff)
downloadpodman-ac5f2e1162a4a04c171c4ae6209f71d14371bf30.tar.gz
podman-ac5f2e1162a4a04c171c4ae6209f71d14371bf30.tar.bz2
podman-ac5f2e1162a4a04c171c4ae6209f71d14371bf30.zip
Merge pull request #11310 from containers/dependabot/go_modules/github.com/onsi/gomega-1.16.0
Bump github.com/onsi/gomega from 1.15.0 to 1.16.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 3486f3582..18190e8b9 100644
--- a/vendor/github.com/onsi/gomega/CHANGELOG.md
+++ b/vendor/github.com/onsi/gomega/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 1.16.0
+
+### Features
+- feat: HaveHTTPStatus multiple expected values (#465) [aa69f1b]
+- feat: HaveHTTPHeaderWithValue() matcher (#463) [dd83a96]
+- feat: HaveHTTPBody matcher (#462) [504e1f2]
+- feat: formatter for HTTP responses (#461) [e5b3157]
+
## 1.15.0
### Fixes