Skip to content

Commit

Permalink
changelog entry for 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jul 5, 2020
1 parent 15ec522 commit 3814eac
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

## 2.12.1 (2020-07-05)

* Fix: [#917](https://github.com/savonrb/savon/pull/917) elementFormDefault="qualified" regression
* Fix: [#875](https://github.com/savonrb/savon/pull/875) Fix detecting Soap 1.1 Fault when faultcode and faultstring are empty

# 2.12.0 (2018-01-16)

* Drop support for ruby 2.1 and below.
Expand All @@ -7,8 +13,6 @@
* 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 All @@ -25,7 +29,7 @@

# 2.11.0 (2015-03-31)

* Formally drop support for 1.8.7.
* Formally drop support for 1.8.7.

# 2.10.1 (2015-03-15)

Expand Down

0 comments on commit 3814eac

Please sign in to comment.