diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-05 00:12:38 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-05 00:12:38 -0500 |
| commit | 8fe02156794c2cac0cbc6961332f9d8bebc1cb90 (patch) | |
| tree | ba536c4442a2d97eded4717ae7828c2dc8c7d611 /CHANGES.txt | |
| parent | 5d462f0c660f939c773862b0fab81728c9ba62c7 (diff) | |
| download | pyramid-8fe02156794c2cac0cbc6961332f9d8bebc1cb90.tar.gz pyramid-8fe02156794c2cac0cbc6961332f9d8bebc1cb90.tar.bz2 pyramid-8fe02156794c2cac0cbc6961332f9d8bebc1cb90.zip | |
the starter scaffold now uses url dispatch; add a minimal section about using another WSGI server; random docs fixes
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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. + |
