Ported some authentication methods to the Session class
[odoo/odoo.git] / doc / changelog.rst
index 57a54eb..1c07f1e 100644 (file)
@@ -6,7 +6,8 @@ Changelog
 `trunk`
 -------
 
-- Cleaned and slightly refactored ``ir.actions.server``
+- Added MONTHS attribute on fields.date and fields.datetime, holding the list
+  (month_number, month_name)
 - Almost removed ``LocalService()``. For reports,
   ``openerp.osv.orm.Model.print_report()`` can be used. For workflows, see
   :ref:`orm-workflows`.