Skip to content

Commit ce923e1

Browse files
committed
Update Changelog --skip-ci
Add some notes for an upcoming 2.11.2 release
1 parent b734a9d commit ce923e1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# 2.11.2 (2017-03-13)
2-
* Fix: [#800](https://github.com/savonrb/savon/pull/800) Fix a problem when http.body is empty
1+
# 2.11.2 (Unreleased)
2+
* Fix: [#800](https://github.com/savonrb/savon/pull/800) Fix exception calling `SOAPFault#to_s` when http.body is empty
3+
* Fix: [#757](https://github.com/savonrb/savon/pull/757) Logging: Use filter without automatic pretty printing
4+
* Fix: [#771](https://github.com/savonrb/savon/pull/771) Restore support for cookies when using custom headers
5+
* Feature: [#744](https://github.com/savonrb/savon/pull/744) Add support for rpc encoded wsdl
6+
* Feature: [#742](https://github.com/savonrb/savon/pull/742) Add support for local request headers
7+
* Feature: [#704](https://github.com/savonrb/savon/pull/704) Add possibility to pass attribute delete_namespace_attributes to Nori
38

49
# 2.11.1 (2015-05-27)
510

lib/savon/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Savon
2-
VERSION = '2.11.1'
2+
VERSION = '2.11.2'
33
end

0 commit comments

Comments
 (0)