summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-28 21:32:43 -0400
committerChris McDonough <chrism@plope.com>2010-10-28 21:32:43 -0400
commit96820957ac659d51d79b1b30c296f98c086ee878 (patch)
tree896389a4b9c26ec8c70e418c6cb578ab1cd1543a /CHANGES.txt
parenta62cc2264c2dda6a0588fddbc5712afea9d89837 (diff)
downloadpyramid-96820957ac659d51d79b1b30c296f98c086ee878.tar.gz
pyramid-96820957ac659d51d79b1b30c296f98c086ee878.tar.bz2
pyramid-96820957ac659d51d79b1b30c296f98c086ee878.zip
add sessioning interfaces, configuration API, and a sample implementation that uses cookies
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
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)
-----------------------------------