summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-05-08 00:22:55 -0500
committerGitHub <noreply@github.com>2020-05-08 00:22:55 -0500
commit683bc742f7b08db563f3385796809c09babf004b (patch)
tree9f3ced848d13003209173369a6f0f4431473d8d2 /CHANGES.rst
parent1722cbb7bf40ce9d3793faf38f63e9f00d577613 (diff)
parentf5a8cd2840dc6b0fea4fd7642950b5c731445776 (diff)
downloadpyramid-683bc742f7b08db563f3385796809c09babf004b.tar.gz
pyramid-683bc742f7b08db563f3385796809c09babf004b.tar.bz2
pyramid-683bc742f7b08db563f3385796809c09babf004b.zip
Merge pull request #3576 from merwok/feature/multi-predicate-header
Allow multiple values for header predicate
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 67256db8d..3bd14705d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,10 @@ unreleased
Features
--------
+- It is now possible to pass multiple values to the ``header`` predicate
+ for route and view configuration.
+ See https://github.com/Pylons/pyramid/pull/3576
+
- Add support for Python 3.8.
See https://github.com/Pylons/pyramid/pull/3547