Skip to content

Commit

Permalink
Mention ruby-amqp#541 in 2.10 release notes
Browse files Browse the repository at this point in the history
It's important enough.
  • Loading branch information
michaelklishin committed Feb 22, 2018
1 parent bb54ada commit 193b0a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## Changes between Bunny 2.9.0 and 2.10.0 (unreleased)

No changes yet.
### `verify_peer: false` Has the Expected Effect Again

Make sure `verify_peer: false` has the expected effect again.

Default value of connection's `:verify_peer` option to `true` only when
all of `:verify_ssl`, `:verify_peer`, and `:verify` are `nil`.

GitHub issue: [#541](https://github.com/ruby-amqp/bunny/issues/541).

Contributed by Howard Ding.



Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ gem install bunny
To use Bunny in a project managed with Bundler:

``` ruby
gem "bunny", ">= 2.9.0"
gem "bunny", ">= 2.9.2"
```


Expand Down

0 comments on commit 193b0a2

Please sign in to comment.