summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-04-12 19:12:00 -0500
committerMichael Merickel <mmerickel@users.noreply.github.com>2016-04-12 19:12:00 -0500
commitb1527e793bc101327050370c17e1be698f7192ff (patch)
tree7e63848bdfc7ac35af2f92c5c395c304add251af /CHANGES.txt
parentefaf7300c9c3ef2a795aae7f724bf5b02e96cd75 (diff)
parent17905a39040b8a2f4b57341909eef9d0fac218f5 (diff)
downloadpyramid-b1527e793bc101327050370c17e1be698f7192ff.tar.gz
pyramid-b1527e793bc101327050370c17e1be698f7192ff.tar.bz2
pyramid-b1527e793bc101327050370c17e1be698f7192ff.zip
Merge pull request #2469 from Pylons/feature/BeforeTraversal
Feature: BeforeTraversal
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fd8c636a0..488c38c7b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,11 @@
unreleased
==========
+- A new event and interface (BeforeTraversal) has been introduced that will
+ notify listeners before traversal starts in the router. See
+ https://github.com/Pylons/pyramid/pull/2469 and
+ https://github.com/Pylons/pyramid/pull/1876
+
- Python 2.6 is no longer supported by Pyramid. See
https://github.com/Pylons/pyramid/issues/2368