diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-19 14:12:38 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-19 14:12:38 +0100 |
commit | 51a19ae2bf33e66b23ff5c91bf584b2efa9e669f (patch) | |
tree | 9616aecf1e1337e3ea2aee3f67f307f49183724e /activesupport/CHANGELOG | |
parent | e442448fa3f706062ef9c89912c1fd95e1119f67 (diff) | |
download | rails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.tar.gz rails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.tar.bz2 rails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.zip |
Assume that the next version is going to be 2.3 for now
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 0a4f295568..5997b7daaf 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,4 +1,4 @@ -*2.3.0/3.0* +*2.3.0 [Edge]* * Added Enumerable#none? to check that none of the elements match the block #1408 [Damian Janowski] |