diff options
| author | Chris McDonough <chrism@plope.com> | 2013-12-10 05:19:41 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-12-10 05:19:41 -0500 |
| commit | 767e44f2fe7c238d0c67308e2e94241236a522e4 (patch) | |
| tree | 5d1aae3441417a0b2ceee44e8f0281cc17ea4020 /CHANGES.txt | |
| parent | 8134a723b12221663babc855ccc941daf88ba5c3 (diff) | |
| download | pyramid-767e44f2fe7c238d0c67308e2e94241236a522e4.tar.gz pyramid-767e44f2fe7c238d0c67308e2e94241236a522e4.tar.bz2 pyramid-767e44f2fe7c238d0c67308e2e94241236a522e4.zip | |
use CookieProfile from webob in authentication module, add support for new domain attribute on dummy request, depend on webob 1.3 or better
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 98784f3d7..0508abc61 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -66,6 +66,9 @@ Features to use a different query string format than ``x-www-form-urlencoded``. See https://github.com/Pylons/pyramid/pull/1183 +- ``pyramid.testing.DummyRequest`` now has a ``domain`` attribute to match the + new WebOb 1.3 API. Its value is ``example.com``. + Bug Fixes --------- @@ -149,6 +152,12 @@ Deprecations Instead, use the newly-added ``unauthenticated_userid`` attribute of the request object. +Dependencies +------------ + +- Pyramid now depends on WebOb>=1.3 (it uses ``webob.cookies.CookieProfile`` + from 1.3+). + 1.5a2 (2013-09-22) ================== |
