summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-13 00:41:13 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-13 00:41:13 -0700
commitce91e9303b61523789dea2d075c951ad30f8d82a (patch)
treebf8deb87d40c6d8582e56c658784412254b417a1 /CHANGES.txt
parente8caaef7919eb3bb52ba5c53dd44013a125f59d4 (diff)
downloadpyramid-ce91e9303b61523789dea2d075c951ad30f8d82a.tar.gz
pyramid-ce91e9303b61523789dea2d075c951ad30f8d82a.tar.bz2
pyramid-ce91e9303b61523789dea2d075c951ad30f8d82a.zip
- Deprecated support for Python 3.3. See #2477
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 488c38c7b..00232abc3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,9 @@
unreleased
==========
+- Deprecated support for Python 3.3.
+ 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