From 8fe02156794c2cac0cbc6961332f9d8bebc1cb90 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 5 Dec 2011 00:12:38 -0500 Subject: the starter scaffold now uses url dispatch; add a minimal section about using another WSGI server; random docs fixes --- CHANGES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 41c608af5..66761bff7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -92,7 +92,7 @@ Backwards Incompatibilities Dependencies ------------ -- Pyramid no longer depends on the zope.component package, except as a +- Pyramid no longer depends on the ``zope.component`` package, except as a testing dependency. - Pyramid now depends on a zope.interface>=3.8.0, WebOb>=1.2dev, @@ -115,6 +115,10 @@ Documentation ``pyramid.config.Configurator.action`` method within custom directives. It also describes how to add introspectable objects. +- A narrative documentation chapter named "Pyramid Configuration + Introspection" was added. It describes how to query the introspection + system. + Scaffolds --------- @@ -124,3 +128,5 @@ Scaffolds - The ``routesalchemy`` scaffold has been renamed ``alchemy``, replacing the older (traversal-based) ``alchemy`` scaffold (which has been retired). +- The ``starter`` scaffold now uses URL dispatch by default. + -- cgit v1.2.3