CHANGELOG.md in activejob-retry-0.4.0 vs CHANGELOG.md in activejob-retry-0.4.1

- old
+ new

@@ -1,15 +1,19 @@ +## 0.4.0 - January 16, 2015 + +- Blacklist problematic adapters rather than whitelisting known good ones (patch by [@isaacseymour](https://github.com/isaacseymour)) + ## 0.3.1 - January 6, 2015 - Internal code tidy up ## 0.3.0 - January 6, 2015 -- `rescue_from` gets called only when all retries have failed, rather than before attempting to retry (patch by [@isaacseymour](https://github.com/isaacseymour) +- `rescue_from` gets called only when all retries have failed, rather than before attempting to retry (patch by [@isaacseymour](https://github.com/isaacseymour)) ## 0.2.0 - January 1, 2015 -- Renamed retry_exceptions to retryable_exceptions (patch by [@greysteil](https://github.com/greysteil) +- Renamed retry_exceptions to retryable_exceptions (patch by [@greysteil](https://github.com/greysteil)) ## 0.1.1 - January 1, 2015 - Initial release