From 55e60cf78d6af4fcf99e546f779c31a18ea0bfac Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 15 Dec 2010 19:08:23 -0500 Subject: - 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``. --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3