Skip to content

Commit

Permalink
2.12.0 release notes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai authored Jan 17, 2018
1 parent f5e21ce commit 109043a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# 2.12.0 (Unreleased)
# 2.12.0 (2018-01-16)

* Drop support for ruby 2.1 and below.
* Fix: [#822](https://github.com/savonrb/savon/pull/822) Raise correct error when SOAP envelope only contains a string
* Fix: [#833](https://github.com/savonrb/savon/pull/833) Fixes boolean handling regression introduced in 2.11.2
* Feature: [#794](https://github.com/savonrb/savon/pull/794), add global option ssl_ciphers.
* Feature: [#753](https://github.com/savonrb/savon/pull/753) Add headers configuration to WSDLRequest#build
* Feature: [#812](https://github.com/savonrb/savon/pull/812) Allow `proxy` option to be `nil`.
* Feature: [#838](https://github.com/savonrb/savon/pull/838) Added ssl_ca_path and ssl_cert_store to globals
* Feature: [#794](https://github.com/savonrb/savon/pull/794) Add global option ssl_ciphers


# 2.11.2 (2017-08-03)
* Fix: [#676](https://github.com/savonrb/savon/pull/676) Fixes handling of `content!` and `attributes!`
Expand Down

0 comments on commit 109043a

Please sign in to comment.