CHANGELOG.md in api-client-2.0.0.rc1 vs CHANGELOG.md in api-client-2.0.0.rc2
- old
+ new
@@ -1,22 +1,28 @@
# CHANGELOG
+## v2.0.0.rc1
+
+* Add Support for global url.
+* Add Support for instance requests.
+* Changed behavior of request methods to only accepts the resource id if needed..
+
## v1.10.0
-* Add Support for api responses with collections
+* Add Support for api responses with collections.
## v1.9.1
-* Fix for Net::Http on NotFound Exception
+* Fix for Net::Http on NotFound Exception.
## v1.9.0
-* Added Requested Url to NotFound Exception message
+* Added Requested Url to NotFound Exception message.
## v1.8.2
-* Fixed Query String Bug (It was been sent empty)
+* Fixed Query String Bug (It was been sent empty).
## v1.8.1
* Fixed a Bug when response was an Array.
@@ -103,6 +109,6 @@
* generic exception added.
## v0.0.1
* get method added.
-* handler for response code 404 added.
+* handler for response code 404 added.
\ No newline at end of file