mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Update CHANGES: show_exception behavior changed and we no longer check the Tilt version.
This commit is contained in:
parent
d842c14552
commit
3ae524e467
1 changed files with 3 additions and 5 deletions
8
CHANGES
8
CHANGES
|
@ -68,8 +68,9 @@
|
|||
respects Encoding.default_internal and Encoding.default_external.
|
||||
(Konstantin Haase)
|
||||
|
||||
* `show_exeptions` handling is now triggered after custom error handlers,
|
||||
thus not disabling those in development mode. (pangel)
|
||||
* `show_exeptions` handling is now triggered after custom error handlers, if
|
||||
it is set to `:after_handlers`, thus not disabling those handler in
|
||||
development mode. (pangel, Konstantin Haase)
|
||||
|
||||
* Added ability to handle weighted HTTP_ACCEPT headers. (Davide D'Agostino)
|
||||
|
||||
|
@ -84,9 +85,6 @@
|
|||
* Broken examples for using Erubis, Haml and Test::Unit in README have been
|
||||
fixed. (Nick Sutterer, Doug Ireton, Jason Stewart, Eric Marden)
|
||||
|
||||
* Sinatra is now able to use Tilt versions including numbers > 9, as in 0.10.
|
||||
(Konstantin Haase)
|
||||
|
||||
* Sinatra now handles SIGTERM correctly. (Patrick Collison)
|
||||
|
||||
* Fixes an issue with inline templates in modular applications that manually
|
||||
|
|
Loading…
Add table
Reference in a new issue