CHANGELOG.md in api-client-2.0.2 vs CHANGELOG.md in api-client-2.0.3

- old
+ new

@@ -1,11 +1,35 @@ # CHANGELOG +## v2.0.3 + +* Fix put and patch requisitions. + +## v2.0.2 + +* Changed to_hash method behavior to return a root node. +* Fix instance requisitions by send a root node. + +## v2.0.1 + +* Removed trailing slash from post requisitions. + +## v2.0.0 + +* Fix typhoeus requisitions by changing params method to body. +* Add Support to configure header globally. +* Improved readability by changing methods names. + +## v2.0.0.rc2 + +* Fix initialization with root nodes for nested objects. +* Add Support for object initialization with strings as keys. + ## 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.. +* Changed behavior of request methods to only accepts the resource id if needed. ## v1.10.0 * Add Support for api responses with collections. \ No newline at end of file