diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-18 21:20:35 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-18 21:20:35 +0000 |
commit | fd15359104afbdf86f86a1c1f9b424b855fb3071 (patch) | |
tree | 3338bc227030570f2bd899424a3ebbf4301691ae /activesupport/CHANGELOG | |
parent | d2acf8b548b56966da49bd7f2f92dcfbd5410319 (diff) | |
download | rails-fd15359104afbdf86f86a1c1f9b424b855fb3071.tar.gz rails-fd15359104afbdf86f86a1c1f9b424b855fb3071.tar.bz2 rails-fd15359104afbdf86f86a1c1f9b424b855fb3071.zip |
Date, Time, and DateTime#to_json. Closes #8399.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6773 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 1a1cb9c275..69c2c0166a 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Date, Time, and DateTime#to_json. #8399 [wycats] + * Simplify API of assert_difference by passing in an expression that is evaluated before and after the passed in block. See documenation for examples of new API. [Marcel Molina Jr.] * Added assert_difference and assert_no_difference to test/unit assertions [Tobias Luetke] |