diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-18 07:38:58 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-18 07:38:58 -0500 |
| commit | a5512e603365ce9e4a698095d6114e107c25d8d9 (patch) | |
| tree | f919d7d5bfa1a3f386e0f530e01454fe49e35313 | |
| parent | 1c39aeac52ab43afc57b11cfdb50513bdf87b762 (diff) | |
| download | pyramid-a5512e603365ce9e4a698095d6114e107c25d8d9.tar.gz pyramid-a5512e603365ce9e4a698095d6114e107c25d8d9.tar.bz2 pyramid-a5512e603365ce9e4a698095d6114e107c25d8d9.zip | |
reference github issue
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6e664f077..f40c32eec 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -34,7 +34,8 @@ Bug Fixes one doesn't yet exist. - ``request.static_url`` now generates URL-quoted URLs when fed a ``path`` - argument which contains characters that are unsuitable for URLs. + argument which contains characters that are unsuitable for URLs. See + https://github.com/Pylons/pyramid/issues/349 for more info. Backwards Incompatibilities --------------------------- |
