CHANGELOG.md in tanita-api-client-0.2.3 vs CHANGELOG.md in tanita-api-client-0.3.0

- old
+ new

@@ -1,4 +1,19 @@ +# 0.3.0 + +changed Result hash to be Object. + +``` +# before +result.items[0][:weight] +# after +result.items[0].weight +``` + +# 0.2.3 + +remove Gemfile.lock + # 0.2.2 * define constants * `Tanita::Api::Client::AUTH_URL` * `Tanita::Api::Client::AUTH_URL_PATH`