update changes (some commits backported to 1.2.x)

This commit is contained in:
Konstantin Haase 2011-04-17 13:56:25 +02:00
parent 170cc94055
commit 59e869821e
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
* Added `request.accept?` and `request.preferred_type` to ease dealing with
`Accept` headers. (Konstantin Haase)
= 1.2.4 / Not Yet Released
* Sinatra::Application (classic style) does not use a session secret in
development mode, so sessions are not invalidated after every request when
using Shotgun. (Konstantin Haase)