summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2023-01-29 12:16:05 -0600
committerMichael Merickel <michael@merickel.org>2023-01-29 12:16:05 -0600
commit73453bf91f1ea809716b10ff9b46a1b613caeb67 (patch)
tree4241b023702f42d9e4317728bd818e3bb1a4665f /CHANGES.rst
parentea657230b3f23b42d1cf27eebd61e65efc4e2f0e (diff)
downloadpyramid-73453bf91f1ea809716b10ff9b46a1b613caeb67.tar.gz
pyramid-73453bf91f1ea809716b10ff9b46a1b613caeb67.tar.bz2
pyramid-73453bf91f1ea809716b10ff9b46a1b613caeb67.zip
add changelog entry for #3667
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b9eacd894..a582ca98f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,6 +6,9 @@ Features
- Pyramid adds support for Python 3.11.
+- Added HTTP 418 error code via `pyramid.httpexceptions.HTTPImATeapot`.
+ See https://github.com/Pylons/pyramid/pull/3667
+
Bug Fixes
---------