HISTORY.md in resque-retry-1.0.0.a vs HISTORY.md in resque-retry-1.0.0
- old
+ new
@@ -1,14 +1,15 @@
-## HEAD - will become v1.0.0
+## 1.0.0 (2012-09-07)
-**INCLUDES NON-BACKWARDS COMPATIBLE CHANGES**
+** !!! WARNING !!! INCLUDES NON-BACKWARDS COMPATIBLE CHANGES **
* Fixed issues related to infinate 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`.
* 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)
* Feature: Ability to set `retry_delay` per exception type. (Dave Benvenuti)