summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt25
1 files changed, 21 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 994aaec18..3b849a49b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,15 @@
unreleased
==========
+Documentation Changes
+---------------------
+
+- Improve registry documentation to discuss uses as a component registry
+ and as a dictionary. See https://github.com/Pylons/pyramid/pull/2893
+
+1.8a1 (2016-12-25)
+==================
+
Backward Incompatibilities
--------------------------
@@ -48,9 +57,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``
@@ -226,7 +235,7 @@ Deprecations
Documentation Changes
---------------------
-- Update Typographical Conventions and add a Style Guide.
+- Update Typographical Conventions.
https://github.com/Pylons/pyramid/pull/2838
- Add `pyramid_nacl_session
@@ -255,3 +264,11 @@ Documentation Changes
See https://github.com/Pylons/pyramid/pull/2881 and
https://github.com/Pylons/pyramid/pull/2883.
+
+- Improve output of p* script descriptions for help.
+ See https://github.com/Pylons/pyramid/pull/2886
+
+- Quick Tour, Quick Tutorial, and most files throughout the documentation have
+ been updated to use cookiecutters instead of pcreate and scaffolds.
+ See https://github.com/Pylons/pyramid/pull/2888 and
+ https://github.com/Pylons/pyramid/pull/2889