aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-01-17 06:46:02 +0000
committerRick Olson <technoweenie@gmail.com>2007-01-17 06:46:02 +0000
commit582c028b14bff4229eae5e45a2d4f886a5865ed3 (patch)
treee592874d535d0e7e321bb23a6471ad4d599f739b /actionpack/CHANGELOG
parent4733182e566c87f5f351340f759ac84a265eb151 (diff)
downloadrails-582c028b14bff4229eae5e45a2d4f886a5865ed3.tar.gz
rails-582c028b14bff4229eae5e45a2d4f886a5865ed3.tar.bz2
rails-582c028b14bff4229eae5e45a2d4f886a5865ed3.zip
Heckling ActionController::Resources::Resource revealed that set_prefixes didn't break when :name_prefix was munged. #7081 [Kevin Clark]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5974 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 2bd6fd50ec..d9b5f3eb54 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Heckling ActionController::Resources::Resource revealed that set_prefixes didn't break when :name_prefix was munged. #7081 [Kevin Clark]
+
* Fix #distance_of_time_in_words to report accurately against the Duration class. #7114 [eventualbuddha]
* Refactor #form_tag to allow easy extending. [Rick]