CHANGELOG.md in 3scale_client-2.8.0 vs CHANGELOG.md in 3scale_client-2.8.1
- old
+ new
@@ -1,8 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [2.8.1] - 2016-10-11
+### Changed
+- Improved parsing performance of the response of the authorize call.
+
## [2.8.0] - 2016-09-06
This version drops support for Ruby versions < 2.0.
### Added
- Added support for reporting to services other than the default one.
@@ -10,10 +14,10 @@
There has been a change in the params that the method accepts. This
change is backwards compatible but a deprecation warning is shown
when calling the method using the old params.
- The two authorize calls `ThreeScale::Client#Authorize` and
`ThreeScale::Client#oauth_authorize` now accept an optional predicted
- usage parameter.
+ usage parameter.
- It is now possible to specify a port different that the default
one for the API service management endpoint.
## [2.7.0] - 2016-08-26
### Added