v0.9.0
Bugs Fixed
- #95 - Improve Turbolinks support (@virusman)
- #152 - Adjust backtrace output to be more like Rails (@kevintuhumury)
- Capture binding stack in
Exception#set_backtrace
instead ofException#initialize
to fix incorrect backtrace being shown when exception objects are created separately to being raised.