From 5cbfbd229d4cc524e33b1e922b5297264227ed74 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 7 Jul 2011 12:29:58 +0200 Subject: [PATCH] Documented a change in the session system --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 0db9003e..c22a6626 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ Relase date to be decided, codename to be chosen. - Refactored session support into a session interface so that the implementation of the sessions can be changed without having to override the Flask class. +- Empty session cookies are now deleted properly automatically. Version 0.7.2 -------------