aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-05-02 18:12:43 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2012-05-02 18:12:43 -0700
commit36720af42995c8bac06ea7187e2c5768f89c2783 (patch)
treec5b612c70c6ff237edf97b74cef8956c9b268e4c /actionpack
parentb93def9799219dc2ab7a18f1d712f1c2e29dbd54 (diff)
downloadrails-36720af42995c8bac06ea7187e2c5768f89c2783.tar.gz
rails-36720af42995c8bac06ea7187e2c5768f89c2783.tar.bz2
rails-36720af42995c8bac06ea7187e2c5768f89c2783.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 99602f14d9..6bad313aef 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Add backtrace to development routing error page. *Richard Schneeman*
+
* Replace `include_seconds` boolean argument with `:include_seconds => true` option
in `distance_of_time_in_words` and `time_ago_in_words` signature. *Dmitriy Kiriyenko*