summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--TODO.txt1
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
diff --git a/TODO.txt b/TODO.txt
index 2ff7464df..dae4639c4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -9,3 +9,4 @@
- Decide if we *really* make the threadlocal stuff into APIs.
+- Decide on ``unhook_zca`` argument to ``tearDown``.