summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-15 19:08:23 -0500
committerChris McDonough <chrism@plope.com>2010-12-15 19:08:23 -0500
commit55e60cf78d6af4fcf99e546f779c31a18ea0bfac (patch)
tree0cbfca4d41682f08569ece40959b2bbdc646e522 /CHANGES.txt
parent86a304c7742862e9bf0185c92f5d11ee33ce01c7 (diff)
downloadpyramid-55e60cf78d6af4fcf99e546f779c31a18ea0bfac.tar.gz
pyramid-55e60cf78d6af4fcf99e546f779c31a18ea0bfac.tar.bz2
pyramid-55e60cf78d6af4fcf99e546f779c31a18ea0bfac.zip
- If you followed it to-the-letter, the ZODB+Traversal Wiki tutorial would
instruct you to run a test which would fail because the view callable generated by the ``pyramid_zodb`` tutorial used a one-arg view callable, but the test in the sample code used a two-arg call. - Updated ZODB+Traversal tutorial setup.py of all steps to match what's generated by ``pyramid_zodb``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7b0f550c9..e58c0bd25 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,17 @@ Bug Fixes
- Tests now pass on Windows (no bugs found, but a few tests in the test suite
assumed UNIX path segments in filenames).
+Documentation
+-------------
+
+- If you followed it to-the-letter, the ZODB+Traversal Wiki tutorial would
+ instruct you to run a test which would fail because the view callable
+ generated by the ``pyramid_zodb`` tutorial used a one-arg view callable,
+ but the test in the sample code used a two-arg call.
+
+- Updated ZODB+Traversal tutorial setup.py of all steps to match what's
+ generated by ``pyramid_zodb``.
+
1.0a5 (2010-12-14)
==================