summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-01-15 23:27:00 -0600
committerMichael Merickel <michael@merickel.org>2017-01-15 23:27:54 -0600
commit776666628b70fe80ca42d60d161c946397a48ed0 (patch)
treeaa2a4720fb3314fd7ce67b5c967285731802e793
parent0590e5fee581899dbf6fc6d6bc5a07044ab5b518 (diff)
downloadpyramid-776666628b70fe80ca42d60d161c946397a48ed0.tar.gz
pyramid-776666628b70fe80ca42d60d161c946397a48ed0.tar.bz2
pyramid-776666628b70fe80ca42d60d161c946397a48ed0.zip
changelog for #2901
-rw-r--r--CHANGES.txt3
-rw-r--r--docs/whatsnew-1.8.rst3
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5db5ae002..2ca81db40 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,9 @@ Documentation Changes
- Update Windows documentation to track newer Python 3 improvements to the
installer. See https://github.com/Pylons/pyramid/pull/2900
+- Updated the ``mod_wsgi`` tutorial to use cookiecutters and Apache 2.4+.
+ See https://github.com/Pylons/pyramid/pull/2901
+
1.8a1 (2016-12-25)
==================
diff --git a/docs/whatsnew-1.8.rst b/docs/whatsnew-1.8.rst
index ece26f8d1..d0954f62b 100644
--- a/docs/whatsnew-1.8.rst
+++ b/docs/whatsnew-1.8.rst
@@ -217,3 +217,6 @@ Documentation Enhancements
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
+
+- Updated the ``mod_wsgi`` tutorial to use cookiecutters and Apache 2.4+.
+ See https://github.com/Pylons/pyramid/pull/2901