From 59e869821e8c42f5f7fc5f68e0ed3eb4d5f5085c Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 17 Apr 2011 13:56:25 +0200 Subject: [PATCH] update changes (some commits backported to 1.2.x) --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 968b603c..caccc91f 100644 --- a/CHANGES +++ b/CHANGES @@ -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)