We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b734a9d commit 6bdb89eCopy full SHA for 6bdb89e
CHANGELOG.md
@@ -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
+# 2.11.2 (Unreleased)
+* Fix: [#800] Fix exception calling `SOAPFault#to_s` when http.body is empty
3
+* Fix: [#757] Logging: Use filter without automatic pretty printing
4
+* Fix: [#771] Restore support for cookies when using custom headers
5
+* Feature: [#744] Add support for rpc encoded wsdl
6
+* Feature: [#742] Add support for local request headers
7
+* Feature: [#704] Add possibility to pass attribute delete_namespace_attributes to Nori
8
9
# 2.11.1 (2015-05-27)
10
lib/savon/version.rb
@@ -1,3 +1,3 @@
module Savon
- VERSION = '2.11.1'
+ VERSION = '2.11.2'
end
0 commit comments