summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-11-26 00:31:54 -0800
committerSteve Piercy <web@stevepiercy.com>2016-11-26 00:31:54 -0800
commitc8a5e024478d274309935251d59cd20908a95067 (patch)
treefee34c7b75fd07330a97232425b3100f072bb816 /CHANGES.txt
parent732c748a392a28294769d5413ef383501c3c40c9 (diff)
downloadpyramid-c8a5e024478d274309935251d59cd20908a95067.tar.gz
pyramid-c8a5e024478d274309935251d59cd20908a95067.tar.bz2
pyramid-c8a5e024478d274309935251d59cd20908a95067.zip
add 3.6 support to documentation
- See #2835
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 dac61678d..65a1f15cd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -42,6 +42,9 @@ Backward Incompatibilities
Features
--------
+- Python 3.6 compatibility.
+ https://github.com/Pylons/pyramid/issues/2835
+
- pcreate learned about --package-name to allow you to create a new project in
an existing folder with a different package name than the project name. See
https://github.com/Pylons/pyramid/pull/2783