aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-02-21 13:23:47 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-02-21 13:23:47 -0200
commitb1229685c4329252cbdc44ac10d43fb633d01adb (patch)
treec851cf8f993b527443cd5fd2a644833ffea98443 /actionpack
parentc4265914fb1775b09a8a29f606f1b9535e5d4146 (diff)
downloadrails-b1229685c4329252cbdc44ac10d43fb633d01adb.tar.gz
rails-b1229685c4329252cbdc44ac10d43fb633d01adb.tar.bz2
rails-b1229685c4329252cbdc44ac10d43fb633d01adb.zip
Add CHANGELOG entry
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 398cdabca2..a8c10a268e 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.2 (unreleased) ##
+* Use the right format when a partial is missing. Closes #5025. *Santiago Pastorino*
+
* Default responder will now always use your overridden block in `respond_with` to render your response. *Prem Sichanugrist*
* check_box helper with :disabled => true will generate a disabled hidden field to conform with the HTML convention where disabled fields are not submitted with the form.