summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-01-15 21:10:23 -0800
committerSteve Piercy <web@stevepiercy.com>2017-01-15 21:10:23 -0800
commit8eac26ea9b30d5683d70275cda32952b4927b4d9 (patch)
tree33977a501896227a43773ddd5495e4d47834b3e3
parente82f3d1f30eae5f6b8b0c490cc404e973f512d2f (diff)
downloadpyramid-8eac26ea9b30d5683d70275cda32952b4927b4d9.tar.gz
pyramid-8eac26ea9b30d5683d70275cda32952b4927b4d9.tar.bz2
pyramid-8eac26ea9b30d5683d70275cda32952b4927b4d9.zip
Fix typo and add PR reference
-rw-r--r--CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 261d45a13..5db5ae002 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,9 +7,10 @@ Documentation Changes
- Improve registry documentation to discuss uses as a component registry
and as a dictionary. See https://github.com/Pylons/pyramid/pull/2893
-- Quick Ttutorial and most other remaining documentation updated to use
- cookiecutters instead of pcreate and scaffolds.
- See https://github.com/Pylons/pyramid/pull/2889
+- Quick Tour, Quick Tutorial, and most other remaining documentation 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
- Fix unittests in wiki2 to work without different dependencies between
py2 and py3. See https://github.com/Pylons/pyramid/pull/2899