diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-29 23:02:32 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-29 23:02:32 +0000 |
| commit | c442e411943175f23e2b4d398f3c8eed2ecb59f3 (patch) | |
| tree | f61cafcf913310f033b0fbe99a878b93edd3bce0 /CHANGES.txt | |
| parent | bbd5daef3ede8d08e15619ec426571d4a3f3e594 (diff) | |
| download | pyramid-c442e411943175f23e2b4d398f3c8eed2ecb59f3.tar.gz pyramid-c442e411943175f23e2b4d398f3c8eed2ecb59f3.tar.bz2 pyramid-c442e411943175f23e2b4d398f3c8eed2ecb59f3.zip | |
- Fixed "Startup" narrative documentation chapter; it was explaining
"the old way" an application constructor worked.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 027310f9d..ea351157e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,12 @@ Bug Fixes is now the preferred predicate argument for associating a view configuration with an HTTP request method. +Documentation +------------- + +- Fixed "Startup" narrative documentation chapter; it was explaining + "the old way" an application constructor worked. + 1.2a1 (2009-11-28) ================== |
