summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMalthe Borch <mborch@gmail.com>2009-10-22 13:17:19 +0000
committerMalthe Borch <mborch@gmail.com>2009-10-22 13:17:19 +0000
commit7a13fbf4f966df1a4a35c47003155f41fe498a93 (patch)
tree41fb63b4104e24e292705bd1f5fea5a483e7cb65 /CHANGES.txt
parentd6df9b056b5ea87e8d08cbc52c284b5eb154b29b (diff)
downloadpyramid-7a13fbf4f966df1a4a35c47003155f41fe498a93.tar.gz
pyramid-7a13fbf4f966df1a4a35c47003155f41fe498a93.tar.bz2
pyramid-7a13fbf4f966df1a4a35c47003155f41fe498a93.zip
Added ``path_info`` predicate (regex-filters on the corresponding HTTP header).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 70a7db477..cfe7da159 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Next release
Features
--------
+- Add ``path_info``, ``accept``, and ``header`` view configuration
+ predicate.
+
- ``paster bfgshell`` now supports IPython if it's available for
import. Thanks to Daniel Holth for the initial patch.