From fed41c0f1bc6ab64a59a3ba3d2fd23f3c116c8c6 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 2 Apr 2015 09:06:50 -0700 Subject: [PATCH] changes --- Changes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index fb92bec2..76c467e6 100644 --- a/Changes.md +++ b/Changes.md @@ -2,11 +2,12 @@ HEAD ----------- - **Improved ActiveJob integration** - Web UI now shows ActiveJobs in a - nicer format and job logging shows the actual class name [#2248, #2259] + nicer format and job logging shows the actual class name, requires + Rails 4.2.2+ [#2248, #2259] - Add Sidekiq::Process#dump\_threads API to trigger TTIN output [#2247] - Web UI polling now uses Ajax to avoid page reload [#2266, davydovanton] - Several Web UI styling improvements [davydovanton] -- Add Hindi locale for Web UI [#2275, tejasbubane] +- Add Tamil, Hindi translations for Web UI [ferdinandrosario, tejasbubane] 3.3.3 -----------