diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-24 22:26:16 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-24 22:26:16 -0500 |
| commit | 56db9ebbb2443f213cc38911c83de24a5abbb111 (patch) | |
| tree | 8f988c293d2648217858e3f842c1caeffdd6319f /CHANGES.txt | |
| parent | 22533dbdc0f362eb680f1053bc707e9b00e9f717 (diff) | |
| download | pyramid-56db9ebbb2443f213cc38911c83de24a5abbb111.tar.gz pyramid-56db9ebbb2443f213cc38911c83de24a5abbb111.tar.bz2 pyramid-56db9ebbb2443f213cc38911c83de24a5abbb111.zip | |
- Changed "Static Assets" narrative chapter: clarify that ``name`` represents
a prefix unless it's a URL, added an example of a root-relative static view
fallback for URL dispatch, added an example of creating a simple view that
returns the body of a file.
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 cb32825d5..db7cb991a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -68,6 +68,11 @@ Documentation - Add "Pyramid Provides More Than One Way to Do It" to Design Defense documentation. +- Changed "Static Assets" narrative chapter: clarify that ``name`` represents + a prefix unless it's a URL, added an example of a root-relative static view + fallback for URL dispatch, added an example of creating a simple view that + returns the body of a file. + 1.0a7 (2010-12-20) ================== |
