File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
3
8
4
9
# 2.11.1 (2015-05-27)
5
10
Original file line number Diff line number Diff line change 1
1
module Savon
2
- VERSION = '2.11.1 '
2
+ VERSION = '2.11.2 '
3
3
end
You can’t perform that action at this time.
0 commit comments