Skip to content

Commit

Permalink
Add release notes for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 13, 2015
1 parent e87aeaa commit f12c929
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuspecs/Hangfire.Core.nuspec
Expand Up @@ -14,6 +14,10 @@
<tags>Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire/releases

1.4.0
* Added – Extension methods related to `LogProvider` implementation for `IGlobalConfiguration`.
* Changed – Continuations do not require configuration now.

1.4.0-rc2
* Changed – Retry a job when there was an exception during state transition instead of moving it to the Failed state.
* Fixed – Don't leak foreground colors in ColouredConsoleLogger.
Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.nuspec
Expand Up @@ -18,6 +18,12 @@
<tags>Hangfire AspNet OWIN SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire/releases

1.4.0

Hangfire.Core
* Added – Extension methods related to `LogProvider` implementation for `IGlobalConfiguration`.
* Changed – Continuations do not require configuration now.

1.4.0-rc2

Hangfire.Core
Expand Down

0 comments on commit f12c929

Please sign in to comment.