aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-05-25 21:43:19 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-05-25 21:43:19 +0000
commitad4f1fd630dbeeb66b9cde0979518b4af96201ad (patch)
tree07c7f9265cac455eb587da68a68bea01e825edd2 /activesupport/CHANGELOG
parentc4a31560bd686cbd16b4af20e764a9a0660cd170 (diff)
downloadrails-ad4f1fd630dbeeb66b9cde0979518b4af96201ad.tar.gz
rails-ad4f1fd630dbeeb66b9cde0979518b4af96201ad.tar.bz2
rails-ad4f1fd630dbeeb66b9cde0979518b4af96201ad.zip
Date, Time, and DateTime support formatting blocks in addition to strftime strings. Introduce :long_ordinal format, e.g. 'February 21st, 2005'. Closes #8191.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6844 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 80b4ad9776..610d79fe29 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Date, Time, and DateTime support formatting blocks in addition to strftime strings. Introduce :long_ordinal format, e.g. "February 21st, 2005". #8191 [Coda Hale]
+
* Document Object#blank?. #6491 [Chris Mear]
* Date, Time, and DateTime#to_json. #8399 [wycats]