aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-10 19:18:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-10 19:18:37 +0000
commit7ed4b745fcd2c57747ed21ffa3a7a0cd92f621af (patch)
treebcee6d4e6ec3bd392004f979be6af4e66fbde79e /activesupport/CHANGELOG
parentde5c48c4e36ef477b641bf11d0f883f074164415 (diff)
downloadrails-7ed4b745fcd2c57747ed21ffa3a7a0cd92f621af.tar.gz
rails-7ed4b745fcd2c57747ed21ffa3a7a0cd92f621af.tar.bz2
rails-7ed4b745fcd2c57747ed21ffa3a7a0cd92f621af.zip
Some missing docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@369 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 f16ab7941f..391447140d 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1 +1,3 @@
+* Added that Inflector now accepts Symbols and Classes by calling .to_s on the word supplied
+
* Added time unit extensions to Fixnum that'll return the period in seconds, like 2.days + 4.hours. \ No newline at end of file