diff options
author | Alexey Vakhov <vakhov@gmail.com> | 2012-02-23 10:52:19 +0400 |
---|---|---|
committer | Alexey Vakhov <vakhov@gmail.com> | 2012-02-23 10:52:19 +0400 |
commit | f75f5d216fb7d0cedb75d3fc3887fe7f99eb241a (patch) | |
tree | 8c19706f9db69e8cfe99cde03a79afccea681203 /actionmailer | |
parent | 7ee7f14e11ad83d7c0800478ee451aabb45b914a (diff) | |
download | rails-f75f5d216fb7d0cedb75d3fc3887fe7f99eb241a.tar.gz rails-f75f5d216fb7d0cedb75d3fc3887fe7f99eb241a.tar.bz2 rails-f75f5d216fb7d0cedb75d3fc3887fe7f99eb241a.zip |
Cosmetic fixes in AM changelog
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 57af4ee6a4..1319fb9ab6 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -8,7 +8,7 @@ * remove AM delegating register_observer and register_interceptor to Mail *Josh Kalderimis* -* Rails 3.0.6 (April 5, 2011) +## Rails 3.0.6 (April 5, 2011) * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 *Santiago Pastorino* |