summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-10-02 20:46:19 -0600
committerBert JW Regeer <bertjw@regeer.org>2016-10-02 20:47:43 -0600
commit44d0f6ae8d706b542f0bcc9f96b9fb9c502187b7 (patch)
tree169d60bb7da4c23ee0f50d1f71e6c13e148cd987
parent11cbc8fed50d9b652c8a178cebb290c98ecfeba4 (diff)
downloadpyramid-44d0f6ae8d706b542f0bcc9f96b9fb9c502187b7.tar.gz
pyramid-44d0f6ae8d706b542f0bcc9f96b9fb9c502187b7.tar.bz2
pyramid-44d0f6ae8d706b542f0bcc9f96b9fb9c502187b7.zip
Add CHANGES.txt for #2783
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d4afe5f7a..63ad37c81 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,10 @@ Backward Incompatibilities
Features
--------
+- 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
+
- The `_get_credentials` private method of `BasicAuthAuthenticationPolicy`
has been extracted into standalone function ``extract_http_basic_credentials`
in `pyramid.authentication` module, this function extracts HTTP Basic