diff options
-rw-r--r-- | actionpack/CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 3ec41a1060..6a55fc2b9f 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,7 +1,10 @@ -## Rails 3.2.8 ## +## Rails 3.2.9 (unreleased) ## * `javascript_include_tag :all` will now not include `application.js` if the file does not exists. *Prem Sichanugrist* + +## Rails 3.2.8 ## + * Reverted the deprecation of `:confirm`. *Rafael Mendonça França* * Reverted the deprecation of `:disable_with`. *Rafael Mendonça França* |