From f28eef9a272fd9280416fd8c0984f616ffe102fe Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 15 Jan 2007 17:12:32 +0000 Subject: Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to facilitate duck-typing git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5951 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 148feff061..f1e40389e9 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to facilitate duck-typing. [Jamis Buck] + * Make 1.months and friends accurate by introducing a Duration class. #6835 [eventualbuddha] * Document Inflector.ordinalize and merge docs from String inflections. #7023 [smeade] -- cgit v1.2.3