ChangeLog in soaspec-0.1.16 vs ChangeLog in soaspec-0.1.17
- old
+ new
@@ -1,4 +1,10 @@
+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
+
Version 0.1.16
* Bug fix
* Retry was not working for OAuth access_token
Version 0.1.15
\ No newline at end of file