diff options
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 382215da8a..41528e5fea 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -10,7 +10,7 @@ xml.cdata! "some text" # => <![CDATA[some text]]> -* Added evaluation of <SCRIPT> blocks in content returned to Ajax calls #1577 [Thomas Fuchs/court3nay] +* Added evaluation of <SCRIPT> blocks in content returned to Ajax calls #1577 [Thomas Fuchs/court3nay/Sean Treadway] * Directly generate paths with a leading slash instead of tacking it on later. #1543 [Nicholas Seckar] |