CHANGELOG in haveapi-client-0.6.0 vs CHANGELOG in haveapi-client-0.7.0

- old
+ new

@@ -1,4 +1,17 @@ +* Thu Nov 24 2016 - version 0.7.0 +- Client.initialize takes two arguments: url and options +- Authenticate even for actions that do not require it +- New CLI options --[no-]block and --timeout +- CLI handles all interrupts +- Add shortcut method HaveAPI::Client.new +- Add method Action#meta +- Fix access to nil associations in ResourceInstance +- Handle 404 errors when fetching description +- Handle RestClient::ResourceNotFound +- Use DateTime.iso8601 to parse dates +- Do not show examples on action error, just a hint + * Tue Oct 18 2016 - version 0.6.0 - No changes * Mon Apr 18 2016 - version 0.5.4 - ActionFailed: add reader for response