aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2007-01-22 22:53:38 +0000
committerJamis Buck <jamis@37signals.com>2007-01-22 22:53:38 +0000
commit1e9ce3c6a123baf773c89ef2324e9f3d17e2be52 (patch)
tree96943423983665fc8fee93a6ee95849aa15d7c28 /activesupport/CHANGELOG
parent59418618b9926ae0efebde29eb8765c4895635b9 (diff)
downloadrails-1e9ce3c6a123baf773c89ef2324e9f3d17e2be52.tar.gz
rails-1e9ce3c6a123baf773c89ef2324e9f3d17e2be52.tar.bz2
rails-1e9ce3c6a123baf773c89ef2324e9f3d17e2be52.zip
Better docs for Object extensions (closes #7002)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6011 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 7d42bf9e5c..aab84054cc 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Better docs for Object extensions [zackchandler, Jamis Buck]
+
* Fix that Dates couldn't be subtracted from Dates after [5940]. [Sam Stephenson]
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to facilitate duck-typing. [Jamis Buck]