diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-11 01:55:40 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-11 01:55:40 -0400 |
| commit | dc8b49f436e3d249c6c9440cf2c1b74acf4a8ad8 (patch) | |
| tree | f77644499935a3946af403cd797f7f193755d2f4 | |
| parent | 5d0859ce87c39d906bd15bce45ddf13060fffdec (diff) | |
| download | pyramid-dc8b49f436e3d249c6c9440cf2c1b74acf4a8ad8.tar.gz pyramid-dc8b49f436e3d249c6c9440cf2c1b74acf4a8ad8.tar.bz2 pyramid-dc8b49f436e3d249c6c9440cf2c1b74acf4a8ad8.zip | |
garden
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d510731fd..44e594afb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -157,6 +157,9 @@ Features ``config.add_request_method`` are now available in the request object returned from ``pyramid.paster.bootstrap``. +- ``request.context`` of environment request during ``bootstrap`` is now the + root object if a context isn't already set on a provided request. + Deprecations ------------ |
