summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-17 01:25:58 -0600
committerMichael Merickel <michael@merickel.org>2014-11-17 01:25:58 -0600
commit650d3d5fa383d89a3b28029162d6ef4d58be3da1 (patch)
tree71b28af20af853312a5dbbc86a432f2ac267e2b0
parentb542a4d723e5e994f693884618878186b94fa51c (diff)
downloadpyramid-650d3d5fa383d89a3b28029162d6ef4d58be3da1.tar.gz
pyramid-650d3d5fa383d89a3b28029162d6ef4d58be3da1.tar.bz2
pyramid-650d3d5fa383d89a3b28029162d6ef4d58be3da1.zip
reference appropriate PR
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2e2707f3f..06852b885 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,7 +19,7 @@ Features
override_with='/abs/path/')``. The ``myapp:static`` asset spec is completely
made up and does not need to exist - it is used for generating urls
via ``request.static_url('myapp:static/foo.png')``.
- See https://github.com/Pylons/pyramid/issues/1229
+ See https://github.com/Pylons/pyramid/issues/1252
Bug Fixes
---------