From 9ef241ab05dcad07683805cd67704dc6f80b30fa Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Fri, 9 Apr 2010 16:02:49 -0300 Subject: [PATCH] Updated changelog. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index fe3f36dc6..aa08a4270 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ suggestions, ideas and improvements to FriendlyId. * Added backported `tidy_bytes` implementation from [utf8_utils](http://github.com/norman/utf8_utils) * Removed dependency on Rubygems 1.3.6; this blocked deploy on Heroku (thanks Steven Noble) * Replaced File.dirname calls with File.expand_path, which should allow compatibility with Ruby 1.9.2 +* Cleanups and some improvements to tests. ## 3.0.1 (2010-03-30)