aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 13:43:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 13:43:04 +0000
commit6cae2b743913bad7fc530c01f80cc6fe7ef9309d (patch)
tree1adb1e63a60cf891dc22af15d216dbd1193e6403 /activesupport/CHANGELOG
parent7267db58906434da54e0f50122b5e8b704b1c953 (diff)
downloadrails-6cae2b743913bad7fc530c01f80cc6fe7ef9309d.tar.gz
rails-6cae2b743913bad7fc530c01f80cc6fe7ef9309d.tar.bz2
rails-6cae2b743913bad7fc530c01f80cc6fe7ef9309d.zip
Added inflection rules for "sh" words, like "wish" and "fish" #755 [phillip@pjbsoftware.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@844 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 14876558c6..551a100663 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added inflection rules for "sh" words, like "wish" and "fish" #755 [phillip@pjbsoftware.com]
+
* Fixed an exception when using Ajax based requests from Safari because Safari appends a \000 to the post body. Symbols can't have \000 in them so indifferent access would throw an exception in the constructor. Indifferent hashes now use strings internally instead. #746 [Tobias Luetke]
* Added String#to_time and String#to_date for wrapping ParseDate