[FIX] tools.convert: use tools.ustr() instead of str() on exceptions.
[odoo/odoo.git] / doc / changelog.rst
index 4642375..a80e8dc 100644 (file)
@@ -6,7 +6,14 @@ Changelog
 `trunk`
 -------
 
-- Removed support for `__terp__.py` descriptor files.
-- Removed support for `<terp>` root element in XML files.
-- Removed support for the non-openerp namespace (e.g. importing `tools` instead
-  of `openerp.tools` in an addons).
+- 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.
+- Removed support for ``__terp__.py`` descriptor files.
+- Removed support for ``<terp>`` root element in XML files.
+- Removed support for the non-openerp namespace (e.g. importing ``tools``
+  instead of ``openerp.tools`` in an addons).
+- Add a new type of exception that allows redirections:
+  ``openerp.exceptions.RedirectWarning``.
+- Give a pair of new methods to ``res.config.settings`` and a helper to make
+  them easier to use: ``get_config_warning()``.