aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-22 06:52:10 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-22 06:52:10 +0000
commitfb2dd492d6c73207d7fad2ee1df152713e1dcaa9 (patch)
tree497f703b4fed498b3dfbe105af9c37eb2d846fa5 /activesupport/CHANGELOG
parentecb0e3974123c7dfc503311f014f30fa1b77943b (diff)
downloadrails-fb2dd492d6c73207d7fad2ee1df152713e1dcaa9.tar.gz
rails-fb2dd492d6c73207d7fad2ee1df152713e1dcaa9.tar.bz2
rails-fb2dd492d6c73207d7fad2ee1df152713e1dcaa9.zip
Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1881 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 cd8896ade9..2e2e16ccd9 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com]
+
* Added stripping of _id to String#humanize, so "employee_id" becomes "Employee" #1574 [Justin French]
* Factor Fixnum and Bignum extensions into Integer extensions [Nicholas Seckar]