From 62bbc04bf98bf6c30d083dcfb704c377e5c9cf53 Mon Sep 17 00:00:00 2001 From: Phil Ostler Date: Tue, 21 Jan 2014 00:55:24 +0000 Subject: [PATCH] Adds final changes for 1.0.0 release into CHANGES.md --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d06c671..b801abb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ 1.0.0 --- -* Add implementation of status.total [matthargett & Kelly Felkins#39] +* Improve coverage and readability of README [philostler#26] +* Greatly increase test coverage [philostler#27] +* Refactor and greatly improve be_a_delayed_job matcher (now be_delayed) [philostler#24 & #25] +* Add implementation of status.total [matthargett & Kelly Felkins#32 & #39] * Fix Rubinius build [petergoldstein#38] * Remove have_enqueued_jobs matcher [philostler#37] * Travis - Ruby 2.1.0, fix Rubinius build [petergoldstein#35]