From ab8f11ddb6f75e09c8ee13880c8e18ed5436ac84 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 30 Mar 2015 08:36:56 -0700 Subject: [PATCH] Changes --- Changes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index f48951f43..bd75aaca0 100644 --- a/Changes.md +++ b/Changes.md @@ -1,9 +1,8 @@ HEAD ----------- -- **Improve ActiveJob integration** - Web UI now shows ActiveJobs in a +- **Improved ActiveJob integration** - Web UI now shows ActiveJobs in a nicer format and job logging shows the actual class name [#2248, #2259] -- Added helper which provide ability to add your html code to page `` tag [#2270] - Web UI polling now uses Ajax to avoid page reload [#2266] - Add Sidekiq::Process#dump\_threads API to trigger TTIN output [#2247]