summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-07-12 09:26:46 -0700
committerSteve Piercy <web@stevepiercy.com>2016-07-12 09:26:46 -0700
commit674f2b312481a970267ffd5168c707e7376f994b (patch)
tree3e8ebe8c3bbb5082e06a23a76684eb5d90253ccd /CHANGES.txt
parent07e62208860c306311f8b316d226562dd8de862c (diff)
downloadpyramid-674f2b312481a970267ffd5168c707e7376f994b.tar.gz
pyramid-674f2b312481a970267ffd5168c707e7376f994b.tar.bz2
pyramid-674f2b312481a970267ffd5168c707e7376f994b.zip
Correct change note
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4c35b8bb2..3e659ee9a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,7 +19,7 @@ Features
Bug Fixes
---------
-- Fixed bug in `pcreate` such that it now shows the correct view when a class
+- Fixed bug in `proutes` such that it now shows the correct view when a class
and `attr` is involved.
See: https://github.com/Pylons/pyramid/pull/2687