diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-09-17 19:58:01 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-09-17 19:58:01 +0000 |
| commit | 750ce41f217cd7b638ad5b69fcb9df1b49841b58 (patch) | |
| tree | a0a8edbc60694d3ae16b70570b0184a8ef28ee65 /CHANGES.txt | |
| parent | 19473e78e61ad084f07a0f7820a75b6c64d93dcd (diff) | |
| download | pyramid-750ce41f217cd7b638ad5b69fcb9df1b49841b58.tar.gz pyramid-750ce41f217cd7b638ad5b69fcb9df1b49841b58.tar.bz2 pyramid-750ce41f217cd7b638ad5b69fcb9df1b49841b58.zip | |
- Add a ``repoze.bfg.url.static_url`` API which is capable of
generating URLs to static resources defined by the ``<static>`` ZCML
directive. See the "Views" narrative chapter's section titled
"Generating Static Resource URLs" for more information.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index eeada7e49..bd1a0a96e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Next release ============ +- Add a ``repoze.bfg.url.static_url`` API which is capable of + generating URLs to static resources defined by the ``<static>`` ZCML + directive. See the "Views" narrative chapter's section titled + "Generating Static Resource URLs" for more information. + - Add a ``string`` renderer. This renderer converts a non-Response return value of any view callble into a string. It is documented in the "Views" narrative chapter. |
