Update CHANGES: show_exception behavior changed and we no longer check the Tilt version.

This commit is contained in:
Konstantin Haase 2010-10-13 09:20:47 +02:00
parent d842c14552
commit 3ae524e467
1 changed files with 3 additions and 5 deletions

View File

@ -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