diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2016-04-14 10:47:00 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2016-04-14 10:47:00 -0600 |
| commit | aac7a47497ad4a4cd1c5f0ca0d19bd1de460a281 (patch) | |
| tree | 7663f087713be5487846663a0b64e086f60f8de3 /CHANGES.txt | |
| parent | 4c6592734ffb5eace320d8e92e33c5866f111749 (diff) | |
| parent | 88637857ca84eb74fd318ad1bf8c4464e50ae662 (diff) | |
| download | pyramid-aac7a47497ad4a4cd1c5f0ca0d19bd1de460a281.tar.gz pyramid-aac7a47497ad4a4cd1c5f0ca0d19bd1de460a281.tar.bz2 pyramid-aac7a47497ad4a4cd1c5f0ca0d19bd1de460a281.zip | |
Merge branch 'master' into feature/json_exceptions
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d5640ee0b..96d8d8236 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,14 @@ unreleased receive a valid JSON response. See: https://github.com/Pylons/pyramid/pull/2489 +- (Deprecation) Support for Python 3.3 will be removed in Pyramid 1.8. + https://github.com/Pylons/pyramid/issues/2477 + +- 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 |
