[REM] netrpc: KILL EVERYBODY
[odoo/odoo.git] / doc / changelog.rst
1 .. _changelog:
2
3 Changelog
4 =========
5
6 `trunk`
7 -------
8
9 - Removed support for the ``NET-RPC`` protocol.
10 - Added the :ref:`Long polling <longpolling-worker>` worker type.
11 - Added :ref:`orm-workflows` to the ORM.
12 - Added :ref:`routing-decorators` to the RPC and WSGI stack.
13 - Removed support for ``__terp__.py`` descriptor files.
14 - Removed support for ``<terp>`` root element in XML files.
15 - Removed support for the non-openerp namespace (e.g. importing ``tools``
16   instead of ``openerp.tools`` in an addons).
17 - Add a new type of exception that allows redirections:
18   ``openerp.exceptions.RedirectWarning``.
19 - Give a pair of new methods to ``res.config.settings`` and a helper to make
20   them easier to use: ``get_config_warning()``.