From 9bea41fb102287f066c14583cf4cc76bc9e3d999 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Fri, 25 May 2012 20:31:15 -0700 Subject: [PATCH] formatting --- Changes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 524efe9e..fc035f4e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,8 +1,9 @@ 2.0.0 ----------- -- **SCHEDULED JOBS**! - You can now use `perform_at` and `perform_in` to schedule jobs +**SCHEDULED JOBS**! + +You can now use `perform_at` and `perform_in` to schedule jobs to run at arbitrary points in the future, like so: ```ruby