From b85eb4a3736a039ce8c5caaf20466ce0ebc89d5c Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Wed, 1 Apr 2009 20:26:43 -0700 Subject: [PATCH] update history --- History.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.txt b/History.txt index 0b9690ce..73c56650 100644 --- a/History.txt +++ b/History.txt @@ -13,6 +13,8 @@ * Prevent _posts from being copied to the destination directory [github.com/bdimcheff] * Refactors * Factored the filtering code into a method [github.com/Chrononaut] + * Fix tests and convert to Shoulda [github.com/qrush, github.com/technicalpickles] + * Add Cucumber acceptance test suite [github.com/qrush, github.com/technicalpickles] == 0.4.1 * Minor Enhancements