diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-01 14:14:58 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-01 14:14:58 -0500 |
commit | 5f638161f736fbc360e843d1edf8d550cbbc8b26 (patch) | |
tree | 59fcdcdc7573dd5ce433fb944bc1dc9c2f20853f /guides | |
parent | c113a2f0f6271934c6d6de1a7993c80db15ad935 (diff) | |
download | rails-5f638161f736fbc360e843d1edf8d550cbbc8b26.tar.gz rails-5f638161f736fbc360e843d1edf8d550cbbc8b26.tar.bz2 rails-5f638161f736fbc360e843d1edf8d550cbbc8b26.zip |
Add entry in Releases Notes about changes in exceptions page
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_0_release_notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md index 597ac99be0..34d2c09812 100644 --- a/guides/source/4_0_release_notes.md +++ b/guides/source/4_0_release_notes.md @@ -150,6 +150,8 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/master/railt ### Notable changes +* Change the stylesheet of exception pages for development mode. Additionally display also the line of code and fragment that raised the exception in all exceptions pages. + ### Deprecations |