From cf99d6af905649ff300886228de7b814f438e9fc Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Wed, 13 Feb 2013 14:47:07 +0100 Subject: [PATCH] [DOC] Updated changelog. bzr revid: vmt@openerp.com-20130213134707-moo136efomhfm8dy --- doc/changelog.rst | 2 ++ doc/routing.rst | 2 ++ 2 files changed, 4 insertions(+) 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 ------------------