diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2010-11-04 15:01:20 -0400 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2010-11-04 15:01:20 -0400 |
| commit | 5a48062afc72c4dc899bf9ec032ce2bc1d249448 (patch) | |
| tree | d4826f3fe62b8be6197d414342bb43de0fbcaa79 /CHANGES.txt | |
| parent | c6198aa3a05716e7a98d837600a48994d6d7b61a (diff) | |
| parent | ea979e868855d935b53a31bbf64e8d27a67ce63f (diff) | |
| download | pyramid-5a48062afc72c4dc899bf9ec032ce2bc1d249448.tar.gz pyramid-5a48062afc72c4dc899bf9ec032ce2bc1d249448.tar.bz2 pyramid-5a48062afc72c4dc899bf9ec032ce2bc1d249448.zip | |
Merge branch 'master' of git://github.com/Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 266353b6e..aa2b0bcbd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -76,6 +76,12 @@ Features (delta from BFG 1.3.X) ``webob.Response`` (old code need not change to use this facade, it's existence is mostly for vanity and documentation-generation purposes). +- All preexisting paster templates (except ``zodb``) now use "imperative" + configuration (``starter``, ``routesalchemy``, ``alchemy``). + +- A new paster template named ``pyramid_starter_zcml`` exists, which uses + declarative configuration. + Documentation (delta from BFG 1.3) ----------------------------------- @@ -169,9 +175,11 @@ Backwards Incompatibilities (with BFG 1.3.X) ``pyramid.authentication.AuthTktAuthenticationPolicy`` constructor now defaults to ``auth_tkt`` (it used to default to ``repoze.bfg.auth_tkt``). -- All preexisting paster templates (except ``zodb``) now use "imperative" - configuration (``starter``, ``routesalchemy``, ``alchemy``). - -- A new paster template named ``pyramid_starter_zcml`` exists, which uses - declarative configuration. - +- The ``request_type`` argument to the ``view`` ZCML directive, the + ``pyramid.configuration.Configurator.add_view`` method, or the + ``pyramid.view.view_config`` decorator (nee ``bfg_view``) is no longer + permitted to be one of the strings ``GET``, ``HEAD``, ``PUT``, ``POST`` or + ``DELETE``, and now must always be an interface. Accepting the + method-strings as ``request_type`` was a backwards compatibility strategy + servicing repoze.bfg 1.0 applications. Use the ``request_method`` + parameter instead to specify that a view a string request-method predicate. |
