summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2024-01-28 20:37:21 -0700
committerMichael Merickel <michael@merickel.org>2024-01-28 20:37:21 -0700
commit3cd85f13c9d4ee2baacd0996694a749bd32cd29f (patch)
tree29c66d19e18b4293f4afece13d8afbf14d6819cf /CHANGES.rst
parent6c0062595a7cbc3ad5c21c50afea258f9410cf70 (diff)
downloadpyramid-3cd85f13c9d4ee2baacd0996694a749bd32cd29f.tar.gz
pyramid-3cd85f13c9d4ee2baacd0996694a749bd32cd29f.tar.bz2
pyramid-3cd85f13c9d4ee2baacd0996694a749bd32cd29f.zip
add changelog for #3741
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b4a62f94e..cb82607cb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -36,6 +36,14 @@ Bug Fixes
Thanks to Masashi Yamane of LAC Co., Ltd for reporting this issue.
+- Fix issues where permissions may be checked on exception views. This is not
+ supposed to happen in normal circumstances.
+
+ This also prevents issues where a ``request.url`` fails to be decoded when
+ logging info when ``pyramid.debug_authorization`` is enabled.
+
+ See https://github.com/Pylons/pyramid/pull/3741/files
+
Backward Incompatibilities
--------------------------