Skip to content

Commit

Permalink
Update release notes for 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Mar 22, 2016
1 parent a37d3b8 commit 995fb96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<tags>Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>http://hangfire.io/blog/

1.5.4
* Changed – C# 6.0 is now required to compile the solution.
* Fixed – Recurring jobs failing after moving clock forward for daylight saving time.
* Fixed – Infinite loops when trying to change state of a background job that doesn't exist (by @mkravchuk7).
* Fixed – Update StackTraceParser and StackTraceFormatter to prevent critical flaw (by @atifaziz and @lukerogers).

1.5.2
* Fixed – `JobLoadException` when using interface method as a background job, appeared in 1.5.1.

Expand Down
1 change: 1 addition & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<releaseNotes>http://hangfire.io/blog/

1.5.4
* Changed – C# 6.0 is now required to compile the solution.
* Fixed – Recurring jobs failing after moving clock forward for daylight saving time.
* Fixed – Infinite loops when trying to change state of a background job that doesn't exist (by @mkravchuk7).
* Fixed – Update StackTraceParser and StackTraceFormatter to prevent critical flaw (by @atifaziz and @lukerogers).
Expand Down

0 comments on commit 995fb96

Please sign in to comment.