From eacca8d7e6227d730918b829f022f2fb8592358c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 25 Nov 2006 23:56:28 +0000 Subject: Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5628 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 a4f286b42f..b1747b3ed0 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH] + * Add Module#attr_accessor_with_default to initialize value of attribute before setting it. Closes #6538. [Stuart Halloway, Marcel Molina Jr.] * Hash#to_xml handles keys with the same name as Kernel methods. #6613 [Catfish] -- cgit v1.2.3