diff --git a/doc/changelog.rst b/doc/changelog.rst index ec75fadfe6b..bb18944b514 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -7,7 +7,8 @@ Changelog ------- - Almost removed ``LocalService()``. For reports, - ``openerp.report.render_report()`` can be used. + ``openerp.report.render_report()`` can be used. For workflows, see + :ref:`orm-workflows`. - Added the :ref:`Long polling ` worker type. - Added :ref:`orm-workflows` to the ORM. - Added :ref:`routing-decorators` to the RPC and WSGI stack.