Skip to content

Commit

Permalink
updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Apr 5, 2011
1 parent 99b2847 commit 9ecd4f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
* Improvement: if you're only setting the local or remote address of your wsdl document, you can
now pass an (optional) String to `Savon::Client.new` to set `wsdl.document`.

Savon::Client.new "http://example.com/UserService?wsdl"

* Improvement: instead of calling the `to_hash` method of your response again and again and again,
there is now a ' #[]` shortcut for you.

response[:authenticate_response][:return]

## 0.9.0 (2011-04-05)

* Feature: issues [#158](https://github.com/rubiii/savon/issues/158),
Expand Down

0 comments on commit 9ecd4f7

Please sign in to comment.