aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-06-11 16:58:24 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-06-11 18:07:30 -0300
commitbd8c0b8a7ad680aae909c6453758d86b9fc66559 (patch)
tree350dfdd618e1fe82814042c7a4190178f4d20c2d /actionpack/CHANGELOG.md
parent174f36a0778dd4ed26663f22e62d6b010cf7d216 (diff)
downloadrails-bd8c0b8a7ad680aae909c6453758d86b9fc66559.tar.gz
rails-bd8c0b8a7ad680aae909c6453758d86b9fc66559.tar.bz2
rails-bd8c0b8a7ad680aae909c6453758d86b9fc66559.zip
Return proper format on exceptions
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 815a46a3ca..8c2d887cb3 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Return proper format on exceptions. *Santiago Pastorino*
+
* Allow to use mounted_helpers (helpers for accessing mounted engines) in ActionView::TestCase. *Piotr Sarnacki*
* Include mounted_helpers (helpers for accessing mounted engines) in ActionDispatch::IntegrationTest by default. *Piotr Sarnacki*