CHANGES
changeset 11569 42d6d4dcd153
parent 11554 5631764c51ba
child 11573 fd7d946d11b3
equal deleted inserted replaced
11568:a9940c6cd693 11569:42d6d4dcd153
     1 0.2.2 (next)
     1 0.3.0 (next)
     2 ------------
     2 ------------
     3 
     3 
     4 -   Performance improvements
     4 -   Don't commit `'uncommitable'` connexions anymore (:issue:`5343870`).
       
     5 -   Debug mode enables pyramid.reload_templates.
       
     6 -   Testcases can override pyramid settings (:issue:`5307426`).
       
     7 -   Implement the CW message API on top of the Pyramid :ref:`flash_messages`.
       
     8 -   Reorganize the authentication stack around on pyramid_multiauth_
       
     9     (:issue:`4985962`).
       
    10 -   pyramid_debugtoolbar is not mandatory anymore (:issue:`5310434`).
       
    11 -   Add unit tests (coverage 79%).
       
    12 -   Performance improvements (:issue:`4891437` & :issue:`4870347`).
       
    13 -   Documentation improvements
       
    14 -   Set response headers on exceptions (:issue:`4939219`).
       
    15 -   Rename the package name from 'pyramid_cubicweb' to 'pyramid-cubicweb', for
       
    16     consistency with other pyramid extensions.
       
    17 
       
    18 .. _pyramid_multiauth: https://github.com/mozilla-services/pyramid_multiauth
     5 
    19 
     6 0.2.1 (2015-01-23)
    20 0.2.1 (2015-01-23)
     7 ------------------
    21 ------------------
     8 
    22 
     9 -   Fix cors 'methods' and 'headers' parameters passing (:issue:`4849874`).
    23 -   Fix cors 'methods' and 'headers' parameters passing (:issue:`4849874`).