diff --git a/CHANGELOG.md b/CHANGELOG.md index 999b1f7d0..9a470b54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.8.0 + + * Fixed options handling when initialising Async::HTTP::Client + + Thanks to [Samuel Williams](https://github.com/ioquatix) + + * Ruby 2.7 support. + + Thanks to [Ryan Davis](https://github.com/zenspider) and [Brandur](https://github.com/brandur) + ## 3.7.6 * Suppressed keyword argument warnings in Ruby 2.7 in async-http adapter. diff --git a/README.md b/README.md index dd9948ab7..53f64cb06 100644 --- a/README.md +++ b/README.md @@ -1115,6 +1115,9 @@ People who submitted patches and new features or suggested improvements. Many th * Orien Madgwick * Andrei Sidorov * Marco Costa +* Ryan Davis +* Brandur +* Samuel Williams For a full list of contributors you can visit the [contributors](https://github.com/bblimke/webmock/contributors) page.