aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-07 01:20:54 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-07 01:20:54 +0000
commit8210f70c7cbc14a762b198f21814b96664b2c867 (patch)
tree39fd095a68f00fcd1700794e4589bef3beaef7f2 /activesupport/CHANGELOG
parent645de3391276a654ab4a653f5bbe47efc5759b77 (diff)
downloadrails-8210f70c7cbc14a762b198f21814b96664b2c867.tar.gz
rails-8210f70c7cbc14a762b198f21814b96664b2c867.tar.bz2
rails-8210f70c7cbc14a762b198f21814b96664b2c867.zip
Fix status pluralization bug so status_codes doesn't get pluralized as statuses_code. Closes #2758.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2900 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index faf281f0a5..8b77ede4e2 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix status pluralization bug so status_codes doesn't get pluralized as statuses_code. #2758 [keithm@infused.org]
+
* Added Kernel#silence_stderr to silence stderr for the duration of the given block [Sam Stephenson]
* Changed Kernel#` to print a message to stderr (like Unix) instead of raising Errno::ENOENT on Win32 [Sam Stephenson]