doc/3.18.rst
changeset 9395 96dba2efd16d
parent 9390 41795de3d48a
--- a/doc/3.18.rst	Fri Jan 10 16:37:12 2014 +0100
+++ b/doc/3.18.rst	Thu Oct 24 13:15:53 2013 +0200
@@ -10,6 +10,12 @@
 * add a security debugging tool
   (see `#2920304 <http://www.cubicweb.org/2920304>`_)
 
+* introduce an `add` permission on attributes, to be interpreted at
+  entity creation time only and allow the implementation of complex
+  `update` rules that don't block entity creation (before that the
+  `update` attribute permission was interpreted at entity creation and
+  update time)
+
 * the primary view display controller (uicfg) now has a
   `set_fields_order` method similar to the one available for forms