diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-28 21:32:43 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-28 21:32:43 -0400 |
| commit | 96820957ac659d51d79b1b30c296f98c086ee878 (patch) | |
| tree | 896389a4b9c26ec8c70e418c6cb578ab1cd1543a /CHANGES.txt | |
| parent | a62cc2264c2dda6a0588fddbc5712afea9d89837 (diff) | |
| download | pyramid-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.txt | 7 |
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) ----------------------------------- |
