1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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)