update changes (1.2.7)

This commit is contained in:
Konstantin Haase 2011-08-22 12:50:13 +02:00
parent 555040b58d
commit 772a49eef7
1 changed files with 9 additions and 0 deletions

View File

@ -125,6 +125,9 @@ Custom changes:
Backported from 1.3.0:
* Ignore `to_ary` on response bodies. Fixes compatibility to Rails 3.1.
(Konstantin Haase)
* `Sinatra.run!` now prints to stderr rather than stdout. (Andrew Armenia)
* Automatic `app_file` detection now works in directories containing brackets
@ -141,6 +144,12 @@ Backported from 1.3.0:
* Fix uninitialized instance variable warning. (David Kellum)
* Command line options now complain if value passed to `-p` is not a valid
integer. (Konstantin Haase)
* Fix handling of broken query params when displaying exceptions. (Luke
Jahnke)
= 1.2.6 / 2011-05-01
* Fix broken delegation, backport delegation tests from Sinatra 1.3.