summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-01 21:43:36 -0400
committerChris McDonough <chrism@plope.com>2013-10-01 21:43:36 -0400
commit073e5247f4adf68fe96423d6669b437dc6f337a8 (patch)
treef864ea57c7057fbea9c78798220a6c773581c4f2 /CHANGES.txt
parentfd078969a105d421f9e07aad9a7a720e2f5f2900 (diff)
downloadpyramid-073e5247f4adf68fe96423d6669b437dc6f337a8.tar.gz
pyramid-073e5247f4adf68fe96423d6669b437dc6f337a8.tar.bz2
pyramid-073e5247f4adf68fe96423d6669b437dc6f337a8.zip
- Fix the ``pcreate`` script so that when the target directory name ends with a
slash it does not produce a non-working project directory structure. Previously saying ``pcreate -s starter /foo/bar/`` produced different output than saying ``pcreate -s starter /foo/bar``. The former did not work properly.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8b2210a99..34e722fd6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,15 @@
Unreleased
==========
+Bug Fixes
+---------
+
+- Fix the ``pcreate`` script so that when the target directory name ends with a
+ slash it does not produce a non-working project directory structure.
+ Previously saying ``pcreate -s starter /foo/bar/`` produced different output
+ than saying ``pcreate -s starter /foo/bar``. The former did not work
+ properly.
+
Documentation
-------------