diff options
| author | Joe Dallago <jd.dallago@gmail.com> | 2011-03-25 00:17:23 -0500 |
|---|---|---|
| committer | Joe Dallago <jd.dallago@gmail.com> | 2011-03-25 00:17:23 -0500 |
| commit | 8027adf1e2ffe4498c7eda9a698ed61bec8a8c04 (patch) | |
| tree | a8944b860c10506521a07e6f67f7e5704f2fbd8c /CHANGES.txt | |
| parent | 758464303c00de745672d6c3e27566e3bc52859e (diff) | |
| download | pyramid-8027adf1e2ffe4498c7eda9a698ed61bec8a8c04.tar.gz pyramid-8027adf1e2ffe4498c7eda9a698ed61bec8a8c04.tar.bz2 pyramid-8027adf1e2ffe4498c7eda9a698ed61bec8a8c04.zip | |
Moved the content that was put into whatsnew-1.0.rst into the CHANGES.txt
file, b/c the terminology change doesn't apply to version 1.0. Also changed
the output of the paster create command in project.rst back to its
original state.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9ce6184a3..c731306e2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Next release ============ +Documentation +------------- + +- The term 'template' used to refer to both 'paster templates' and 'rendered + templates'(templates created by a rendering engine. i.e. Mako, Chameleon, + Jinja, etc.). 'Paster templates' will now be refered to as 'scaffolds,' + whereas the name for 'rendered templates' will remain as 'templates.' + Features -------- |
