summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-14 22:44:22 -0400
committerChris McDonough <chrism@plope.com>2011-08-14 22:44:22 -0400
commitb2533554bb8816d412615595f4d7947f7779bf47 (patch)
treecc3b4629ae97d5119311665a7bebc63532fa0ed1 /CHANGES.txt
parent27443561a9b837684af726b1aec2b5a98b22d494 (diff)
downloadpyramid-b2533554bb8816d412615595f4d7947f7779bf47.tar.gz
pyramid-b2533554bb8816d412615595f4d7947f7779bf47.tar.bz2
pyramid-b2533554bb8816d412615595f4d7947f7779bf47.zip
- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather
than the ``repoze.zodbconn`` package to provide ZODB integration. - The ZODB scaffold now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c5cf8b248..1e7abc153 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -141,6 +141,9 @@ Documentation
``resource_url``, ``static_url``, and ``current_route_url`` methods of the
request rather than the function variants imported from ``pyramid.url``.
+- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather
+ than the ``repoze.zodbconn`` package to provide ZODB integration.
+
Dependency Changes
------------------
@@ -153,6 +156,9 @@ Scaffolds
- All scaffolds now use the ``pyramid_tm`` package rather than the
``repoze.tm2`` middleware to manage transaction management.
+- The ZODB scaffold now uses the ``pyramid_zodbconn`` package rather than the
+ ``repoze.zodbconn`` package to provide ZODB integration.
+
- All scaffolds now use the ``pyramid_debugtoolbar`` package rather than the
``WebError`` package to provide interactive debugging features.