diff options
| author | Randall Leeds <randall@bleeds.info> | 2014-07-10 16:31:31 -0700 |
|---|---|---|
| committer | Randall Leeds <randall@bleeds.info> | 2014-11-11 00:46:05 -0800 |
| commit | e7745ac72ff5c5c499722a8cfcc589a77201fc9a (patch) | |
| tree | 7497a5041112b106c97a00918c7df3e55d809dc9 /CHANGES.txt | |
| parent | 940a7a3e3a254ba3b5db333f2a07ab43f5018d98 (diff) | |
| download | pyramid-e7745ac72ff5c5c499722a8cfcc589a77201fc9a.tar.gz pyramid-e7745ac72ff5c5c499722a8cfcc589a77201fc9a.tar.bz2 pyramid-e7745ac72ff5c5c499722a8cfcc589a77201fc9a.zip | |
Fix static views with package root spec patterns
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b5d08c8ff..5a0edc566 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -67,6 +67,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 ---- |
