diff options
| author | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-04-12 19:12:00 -0500 |
|---|---|---|
| committer | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-04-12 19:12:00 -0500 |
| commit | b1527e793bc101327050370c17e1be698f7192ff (patch) | |
| tree | 7e63848bdfc7ac35af2f92c5c395c304add251af /CHANGES.txt | |
| parent | efaf7300c9c3ef2a795aae7f724bf5b02e96cd75 (diff) | |
| parent | 17905a39040b8a2f4b57341909eef9d0fac218f5 (diff) | |
| download | pyramid-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.txt | 5 |
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 |
