ChangeLog in soaspec-0.1.17 vs ChangeLog in soaspec-0.1.18

- old
+ new

@@ -1,4 +1,10 @@ +Version 0.1.18 +* Enhancements + * Define 'exchange' method on response object so original exchange can be accessed + * Make simply approach for setting body of request with just a string passed `ExchangeHandler.post(message_body)` where message_body is not + a `Hash` but a `String` + Version 0.1.17 * Enhancements * Added Wait class to easily wait for an expected condition to be true, either using global Soaspec::Wait or `exchange.until { true }` See spec/unit/wait_spec for example * Made shorter way to `get` a REST url with `RestHandler.get 'id'` setting the suburl to 'id' automatically \ No newline at end of file