diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-28 05:35:31 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-28 05:35:31 +0000 |
| commit | db4b92c17396fb4f55574be034072a6e56b188b8 (patch) | |
| tree | 0d6b1dc6ecd6111493aa9b2a721464a84e01a6ab | |
| parent | 8f17b0fd338bd30f7c79da560d5e6a3e477a0bfe (diff) | |
| download | pyramid-db4b92c17396fb4f55574be034072a6e56b188b8.tar.gz pyramid-db4b92c17396fb4f55574be034072a6e56b188b8.tar.bz2 pyramid-db4b92c17396fb4f55574be034072a6e56b188b8.zip | |
Notes.
| -rw-r--r-- | CHANGES.txt | 6 | ||||
| -rw-r--r-- | TODO.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 2bd2cf197..e3cd85cc7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -48,6 +48,12 @@ Features Documentation ------------- +- The documentation now uses the "request-only" view calling + convention in most examples (as opposed to the ``context, request`` + convention). This is a documentation-only change; the ``context, + request`` convention is also supported and documented, and will be + "forever". + - ``repoze.bfg.configuration`` API documentation has been added. - A narrative documentation chapter entitled "Creating Your First @@ -9,3 +9,4 @@ - Decide if we *really* make the threadlocal stuff into APIs. +- Decide on ``unhook_zca`` argument to ``tearDown``. |
