From 7718ce54841ce0ac508c19b4b7578ac8d732f30b Mon Sep 17 00:00:00 2001 From: Gabe da Silveira Date: Sun, 3 Jul 2011 14:49:43 -0600 Subject: [PATCH] changelog update --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ef0ea6b..15a8997 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* Fix specs under Rails 3 where ActiveSupport features need to be explicitly required. +* Remove explicit rubygems require +* Fix Rails 3.0.9 issue with modifying strings in place [Randy Schmidt] + 1.1.5 (2011-02-16) * Support for Rails 3 / rails_xss via the addition of html_safe to the output if applicable