summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-24 16:17:25 -0600
committerMichael Merickel <michael@merickel.org>2016-12-24 16:23:57 -0600
commitc22270f6bcbb8e43ac53140a2f30afe3059194db (patch)
tree020c21d358eb0d426fa1c9d0ba828ce32c8536b5 /CHANGES.txt
parent086f760c28497282fa9b4d25cc1cd7d1ab4fde91 (diff)
downloadpyramid-c22270f6bcbb8e43ac53140a2f30afe3059194db.tar.gz
pyramid-c22270f6bcbb8e43ac53140a2f30afe3059194db.tar.bz2
pyramid-c22270f6bcbb8e43ac53140a2f30afe3059194db.zip
reorganize the whatsnew doc to look more like older versions (< 1.5)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 959dc6a4f..55e56ff1a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -48,9 +48,9 @@ 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
+- ``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``