summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-13 15:49:29 -0600
committerMichael Merickel <michael@merickel.org>2014-11-13 15:49:29 -0600
commitaf0290407b50a18664c9ae28a4c01d4cfb27920b (patch)
tree8997e3f7cb19ca30b634ff69e7f34ad46bdb0e7a /CHANGES.txt
parentc617b7df97a326ca010ddb196978169e2a178c4a (diff)
parent0b0ea0a6fff1d238bcc419c7a4feb72ad4969175 (diff)
downloadpyramid-af0290407b50a18664c9ae28a4c01d4cfb27920b.tar.gz
pyramid-af0290407b50a18664c9ae28a4c01d4cfb27920b.tar.bz2
pyramid-af0290407b50a18664c9ae28a4c01d4cfb27920b.zip
Merge pull request #1377 from tilgovi/package-root-static-view-spec
Static view registrations with package root asset specifications
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 76f9bc84e..a893ebae4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -70,6 +70,9 @@ Bug Fixes
- Fix a failing unittest caused by differing mimetypes across various OSs.
See https://github.com/Pylons/pyramid/issues/1405
+- Fix route generation for static view asset specifications having no path.
+ See https://github.com/Pylons/pyramid/pull/1377
+
Docs
----