diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-05 14:38:41 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-05 14:38:41 -0500 |
| commit | 51b2e8cf88a6451e974103c0c2cb7bba29e58b7f (patch) | |
| tree | b8a2935b85b563db21b5d41af928d9278a00918a /CHANGES.txt | |
| parent | 6ed4127f19bf2fdf88151d1893fba047423537a8 (diff) | |
| download | pyramid-51b2e8cf88a6451e974103c0c2cb7bba29e58b7f.tar.gz pyramid-51b2e8cf88a6451e974103c0c2cb7bba29e58b7f.tar.bz2 pyramid-51b2e8cf88a6451e974103c0c2cb7bba29e58b7f.zip | |
- Instances of ``pyramid.testing.DummyRequest`` now have a ``session``
object, which is mostly a dictionary, but also implements the other session
API methods for flash and CSRF.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 520a73847..e66675e64 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -66,6 +66,10 @@ Features should be the name of a previously registered renderer. Useful to provide "omnipresent" RPC using existing rendered views. +- Instances of ``pyramid.testing.DummyRequest`` now have a ``session`` + object, which is mostly a dictionary, but also implements the other session + API methods for flash and CSRF. + Backwards Incompatibilities --------------------------- |
