CHANGELOG.md in signet-0.7.0 vs CHANGELOG.md in signet-0.7.1

- old
+ new

@@ -1,8 +1,13 @@ +# 0.7.1 + +* Fix an issue with date parsing + # 0.7 * No longer overwrite SSL environment variables. * Tighten up date & URL (de)serialization for OAuth2 client * Allow Hurley as a connection +* Allow scope as an option in `fetch_access_token!` to request downscoped access tokens * Add expires_within(sec) method to oauth2 client to facilitate proactive refreshes # 0.6.1 * Fix language warnings for unused & shadowed variables ((@blowmage)[])