aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-06-14 16:17:56 +0000
committerJamis Buck <jamis@37signals.com>2005-06-14 16:17:56 +0000
commitac1fa98bb90d551b472b33a24a92ca8e7723ba42 (patch)
tree1549d633a1b016d0371c65128f78c01fa85bec07 /actionpack/CHANGELOG
parented7bfc96625d47ba5905628d458c2daef238f32a (diff)
downloadrails-ac1fa98bb90d551b472b33a24a92ca8e7723ba42.tar.gz
rails-ac1fa98bb90d551b472b33a24a92ca8e7723ba42.tar.bz2
rails-ac1fa98bb90d551b472b33a24a92ca8e7723ba42.zip
Removed the require hack used in functional tests that worked around an earlier bug in rake.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1421 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f38f64c1ff..d968acd2f3 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Removed the require hack used by functional testing to work around an earlier bug in rake.
+
* Allow distance_of_time_in_words to work with any value that responds to #to_time (like dates) #969
* Support :render option for :verify #1440 [TobiasLuetke]