Skip to content

Commit

Permalink
Update Changelog --skip-ci
Browse files Browse the repository at this point in the history
Add some notes for an upcoming 2.11.2 release
  • Loading branch information
pcai committed Jul 30, 2017
1 parent b734a9d commit ce923e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 2.11.2 (2017-03-13)
* Fix: [#800](https://github.com/savonrb/savon/pull/800) Fix a problem when http.body is empty
# 2.11.2 (Unreleased)
* Fix: [#800](https://github.com/savonrb/savon/pull/800) Fix exception calling `SOAPFault#to_s` when http.body is empty
* Fix: [#757](https://github.com/savonrb/savon/pull/757) Logging: Use filter without automatic pretty printing
* Fix: [#771](https://github.com/savonrb/savon/pull/771) Restore support for cookies when using custom headers
* Feature: [#744](https://github.com/savonrb/savon/pull/744) Add support for rpc encoded wsdl
* Feature: [#742](https://github.com/savonrb/savon/pull/742) Add support for local request headers
* Feature: [#704](https://github.com/savonrb/savon/pull/704) Add possibility to pass attribute delete_namespace_attributes to Nori

# 2.11.1 (2015-05-27)

Expand Down
2 changes: 1 addition & 1 deletion lib/savon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Savon
VERSION = '2.11.1'
VERSION = '2.11.2'
end

0 comments on commit ce923e1

Please sign in to comment.