diff --git a/doc/changelog.rst b/doc/changelog.rst index 464237543d5..d340b281225 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,6 +6,8 @@ Changelog `trunk` ------- +- Added :ref:`orm-workflows` to the ORM. +- Added :ref:`routing-decorators` to the RPC and WSGI stack. - Removed support for `__terp__.py` descriptor files. - Removed support for `` root element in XML files. - Removed support for the non-openerp namespace (e.g. importing `tools` instead diff --git a/doc/routing.rst b/doc/routing.rst index 6a4af3374a9..76ef859c48b 100644 --- a/doc/routing.rst +++ b/doc/routing.rst @@ -19,6 +19,8 @@ Starting with OpenERP 7.1, exposing a new arbitrary WSGI handler is done with the :py:func:`openerp.http.handler` decorator while adding an RPC endpoint is done with the :py:func:`openerp.http.rpc` decorator. +.. _routing-decorators: + Routing decorators ------------------