CHANGELOG.md in right_api_client-1.5.17 vs CHANGELOG.md in right_api_client-1.5.18
- old
+ new
@@ -1,9 +1,13 @@
# CHANGELOG.md
+## 1.5.18
+ - #62 Implement to_ary in Resource class to avoid method_missing transforming it into a post call
+ (for example, when doing something like 'puts @client.clouds' in Ruby 1.9+)
+
## 1.5.17
- \#61 Fix for REST client timeouts changing on redirect.
- - \#61 Also added rest_client_class initializer parameter so that activity_service can use a different REST client implementation with better logging.
+ - \#61 Also added rest_client_class initializer parameter to enable using different REST client implementations with better logging.
## 1.5.16
- \#57 Sapphire added optional support for querying a (detailed) resource with params, example: client.resource(href, :view => 'full')
## 1.5.15