summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-07 02:55:22 -0600
committerMichael Merickel <michael@merickel.org>2015-02-07 02:55:22 -0600
commitb17fa8b19da6e8272515588abbd2299f03bc2942 (patch)
tree511fcf2e8b7bc065c8fdb06c6c3da84f5e54461b /CHANGES.txt
parent04f7542941149010f31d42ed729d6317ffa06239 (diff)
parent58b8adf4135656efcc063eb822e4d29f6112d329 (diff)
downloadpyramid-b17fa8b19da6e8272515588abbd2299f03bc2942.tar.gz
pyramid-b17fa8b19da6e8272515588abbd2299f03bc2942.tar.bz2
pyramid-b17fa8b19da6e8272515588abbd2299f03bc2942.zip
Merge pull request #1566 from bertjwregeer/feature/pcreate-help
When running pcreate without scaffold, list scaffolds
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 2dee64a84..27052cf0f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,11 @@ Next release
Features
--------
+- pcreate when run without a scaffold argument will now print information on
+ the missing flag, as well as a list of available scaffolds.
+ See https://github.com/Pylons/pyramid/pull/1566 and
+ https://github.com/Pylons/pyramid/issues/1297
+
- Added support / testing for 'pypy3' under Tox and Travis.
See https://github.com/Pylons/pyramid/pull/1469