HISTORY.md in resque-retry-1.5.0 vs HISTORY.md in resque-retry-1.5.2
- old
+ new
@@ -1,7 +1,18 @@
-## HEAD
+# 1.5.2 (2018-07-16)
+* Remove build support for `ruby < 2.3`, `jruby < 9.1` and `rbx`
+* Improving custom retry criteria documentation (@iloveitaly)
+
+# 1.5.1 (2018-01-07)
+
+* Added build support for `ruby-2.2.x`, `ruby-2.3.x`, `ruby-2.4.x` and `ruby-2.5.x`
+* Dropped build support for `ruby-1.9.3` and `ruby-2.0.0` (these versions are no unsupported)
+* Fix some deprecation warnings in tests
+* Feature: If no exact exception class is present in `@retry_exceptions` hash, try to find closest superclass (@fanfilmu)
+* Feature: When running Resque inline, explicitly don't try to retry, don't touch Redis (@michaelglass)
+
# 1.5.0 (2015-10-24)
* Ability to define 'try again' and 'give up' callbacks/hooks (@thenovices)
* Allow `retry_criteria_check` to be registered with Symbols (@thenovices)
@@ -52,14 +63,14 @@
## 1.0.0 (2012-09-07)
** !!! WARNING !!! INCLUDES NON-BACKWARDS COMPATIBLE CHANGES **
-* Fixed issues related to infinate job retries and v1.20.0 of resque.
+* Fixed issues related to infinite job retries and v1.20.0 of resque.
* Minimum gem dependency versions changed: resque >= 1.10.0, resque-scheduler >= 1.9.9
-* Feature: Setting `@retry_job_delegate` allows you to seperate the orignal job from a the retry job. (@tanob/@jniesen)
-* Web interface will work without needing to `require` your job code. (n.b. less details avaialble via web).
-* IMPORTANT: `#identifier` method has been namedspaced to `#retry_identifier`.
+* Feature: Setting `@retry_job_delegate` allows you to separate the original job from a the retry job. (@tanob/@jniesen)
+* Web interface will work without needing to `require` your job code. (n.b. less details available via web).
+* IMPORTANT: `#identifier` method has been namespaced to `#retry_identifier`.
* Bugfix: `Remove` button on retry web interface was not working.
* Feature: Allow `tagging` exceptions with a module instead of an exception class. (@tils - Tilmann Singer)
## 0.2.2 (2011-12-08)