diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-10 14:00:06 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-10 14:00:06 -0500 |
| commit | 9cca72f267c96221a60a17e7abe4092e36c6efee (patch) | |
| tree | cad69c3ecb27534d3a8bad9791b28c3916ec20d5 /CHANGES.txt | |
| parent | d9143ed992c7f86fe4ed15d8131b29ecb7ea0a71 (diff) | |
| download | pyramid-9cca72f267c96221a60a17e7abe4092e36c6efee.tar.gz pyramid-9cca72f267c96221a60a17e7abe4092e36c6efee.tar.bz2 pyramid-9cca72f267c96221a60a17e7abe4092e36c6efee.zip | |
Features
--------
- Normalized all paster templates: each now uses the name ``main`` to
represent the function that returns a WSGI application, each now uses
WebError, each now has roughly the same shape of development.ini style.
Bug Fixes
---------
- The pylons_* paster templates erroneously used the ``{squiggly}`` routing
syntax as the pattern supplied to ``add_route``. This style of routing is
not supported. They were replaced with ``:colon`` style route patterns.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f53b033fa..9500c0ccb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,19 @@ Next release ============ +Features +-------- + +- Normalized all paster templates: each now uses the name ``main`` to + represent the function that returns a WSGI application, each now uses + WebError, each now has roughly the same shape of development.ini style. + +Bug Fixes +--------- + +- The pylons_* paster templates erroneously used the ``{squiggly}`` routing + syntax as the pattern supplied to ``add_route``. This style of routing is + not supported. They were replaced with ``:colon`` style route patterns. 1.0a2 (2010-11-09) ================== |
