diff --git a/CHANGES.rst b/CHANGES.rst index e955db2..703e4fe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,23 @@ repoze.workflow Changelog ========================= +1.0b2 (unreleased) +------------------ + +Features +~~~~~~~~ + +- Add ``repoze.workflow.has_permission`` since as of Pyramid 1.5 the + "pyramid.security.has_permission" API is now deprecated and it will + be removed in Pyramid 1.8 + +Housekeeping +~~~~~~~~~~~~ + +- Update permission checker example in ``docs/configuration.rst`` + +- Add mock library to test requirements + 1.0b1 (2014-12-11) ------------------ diff --git a/docs/configuration.rst b/docs/configuration.rst index eed245e..ab3a121 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -64,7 +64,7 @@ workflow. state_attr="state" initial_state="private" content_types=".dummy.IContent" - permission_checker="repoze.bfg.security.has_permission" + permission_checker="repoze.workflow.has_permission" >