diff options
| author | Chris McDonough <chrism@plope.com> | 2015-09-02 08:34:55 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-09-02 08:34:55 -0700 |
| commit | b9b68fed103b18a19a0c0935365abbdd4a720dbc (patch) | |
| tree | d130a2ea14b2f5d3728ff53c02bba8773799b62d /CHANGES.txt | |
| parent | 94853b4af2ce3e7d57c9eda4d997a696cdc82da5 (diff) | |
| parent | f17b973ea66b7ffb2afb03da2c559e55c22fe3ee (diff) | |
| download | pyramid-b9b68fed103b18a19a0c0935365abbdd4a720dbc.tar.gz pyramid-b9b68fed103b18a19a0c0935365abbdd4a720dbc.tar.bz2 pyramid-b9b68fed103b18a19a0c0935365abbdd4a720dbc.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9ed486b26..98fa7f85a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -201,6 +201,11 @@ Bug Fixes default to an iterable instead of ``None``. It may be checked for a length of 0. This was the behavior in 1.5. +- ``pyramid.httpexceptions.HTTPException`` now defaults to + ``520 Unknown Error`` instead of ``None None`` to conform with changes in + WebOb 1.5. + See https://github.com/Pylons/pyramid/pull/1865 + Deprecations ------------ |
