CHANGELOG.md in routemaster-drain-2.2.2 vs CHANGELOG.md in routemaster-drain-2.3.0
- old
+ new
@@ -1,11 +1,16 @@
+### 2.3.0 (2017-01-16)
+
+- Add #has? method on HateoasResponse of identifying resource without invocation
+- Fix 404 breaking CacheAndSweep job run
+
### 2.2.2 (2017-01-10)
- Fix logging for error responses:
For unsuccessful responses rescue the raised error and
send increment signal to metrics backend
- Add Telemetry support for requests and responses
-- Add support for PATCH requests.
+- Add support for PATCH requests.
Invalidate cached response (if any) on PATCH
### 2.0.0 (2016-12-14)
Major upgrade: the gem now includes a high-level HTTP API client.