diff options
| author | Michael Merickel <github@m.merickel.org> | 2019-04-11 21:17:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 21:17:30 -0500 |
| commit | 8a6df4e6fd9a86467262a805be4f1541f46bddbc (patch) | |
| tree | 6535f127150a373198e9805790e3a03e339e0818 /CHANGES.rst | |
| parent | 01618a1399f547fb1f89cf8b56600325b4f8d04b (diff) | |
| parent | bd51b6c3afb8bd46d37bbf77e208f2e91401b1db (diff) | |
| download | pyramid-8a6df4e6fd9a86467262a805be4f1541f46bddbc.tar.gz pyramid-8a6df4e6fd9a86467262a805be4f1541f46bddbc.tar.bz2 pyramid-8a6df4e6fd9a86467262a805be4f1541f46bddbc.zip | |
Merge pull request #3483 from luhn/better-action-info
Improve debugging info from view_config decorator
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index afac078b0..5ebd0e81e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -35,6 +35,9 @@ Features provided by WebOb. This allows the attribute to now be settable. See https://github.com/Pylons/pyramid/pull/3447 +- Improve debugging info from ``pyramid.view.view_config`` decorator. + See https://github.com/Pylons/pyramid/pull/3483 + Deprecations ------------ |
