# HG changeset patch # User Christophe de Vienne # Date 1431356796 -7200 # Node ID fd7d946d11b3b86a3016460691366e43e5c1103b # Parent 7a42f63f5e568955687ec7b0750891e95208421d Update Changes for version 0.3.0 diff -r 7a42f63f5e56 -r fd7d946d11b3 CHANGES --- a/CHANGES Mon May 11 15:45:14 2015 +0200 +++ b/CHANGES Mon May 11 17:06:36 2015 +0200 @@ -1,12 +1,14 @@ -0.3.0 (next) ------------- +0.3.0 (2015-05-11) +------------------ + +- Reorganize the authentication stack around on pyramid_multiauth_ + (:issue:`4985962`). +- Implement the CW message API on top of the Pyramid :ref:`flash_messages` + (:issue:`5298654`). - Don't commit `'uncommitable'` connexions anymore (:issue:`5343870`). - Debug mode enables pyramid.reload_templates. - Testcases can override pyramid settings (:issue:`5307426`). -- Implement the CW message API on top of the Pyramid :ref:`flash_messages`. -- Reorganize the authentication stack around on pyramid_multiauth_ - (:issue:`4985962`). - pyramid_debugtoolbar is not mandatory anymore (:issue:`5310434`). - Add unit tests (coverage 79%). - Performance improvements (:issue:`4891437` & :issue:`4870347`).