diff options
author | claudiob <claudiob@gmail.com> | 2012-11-12 16:07:36 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2012-11-12 16:07:36 -0800 |
commit | 69455e7f6a696ddd00a180a70227cbbcd345f632 (patch) | |
tree | b2d6d67fc0ca0e071a0f84fbbffa8a98ca3fcbd4 /activesupport | |
parent | 505bf59457558b8841013d147f13737e13e00ee7 (diff) | |
download | rails-69455e7f6a696ddd00a180a70227cbbcd345f632.tar.gz rails-69455e7f6a696ddd00a180a70227cbbcd345f632.tar.bz2 rails-69455e7f6a696ddd00a180a70227cbbcd345f632.zip |
Add release date of Rails 3.2.9 to documentation
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index c54e933fdc..749441e343 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -5,7 +5,7 @@ *Daniele Sluijters* -## Rails 3.2.9 (unreleased) +## Rails 3.2.9 (Nov 12, 2012) ## * Add logger.push_tags and .pop_tags to complement logger.tagged: |