From 96820957ac659d51d79b1b30c296f98c086ee878 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 28 Oct 2010 21:32:43 -0400 Subject: add sessioning interfaces, configuration API, and a sample implementation that uses cookies --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 905bd27f1..1e4d73c6c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,13 @@ Features (delta from BFG 1.3.X) a Pylons-style "view handler" (such a thing used to be called a "controller" in Pylons 1.0). +- New argument to configurator: ``session_factory``. + +- New method on configurator: ``set_session_factory`` + +- Using ``request.session`` now returns a (dictionary-like) session + object if a session factory has been configured. + Documentation (delta from BFG 1.3) ----------------------------------- -- cgit v1.2.3