[DOC] changelog: give a better hint at how LocalService() can be replaced.

bzr revid: vmt@openerp.com-20130222134012-n8zg5s3jud08me18
This commit is contained in:
Vo Minh Thu 2013-02-22 14:40:12 +01:00
parent 575771f651
commit 1ce0db171d
1 changed files with 2 additions and 1 deletions

View File

@ -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 <longpolling-worker>` worker type.
- Added :ref:`orm-workflows` to the ORM.
- Added :ref:`routing-decorators` to the RPC and WSGI stack.