[release notes] Documents one() and find() addition
authorChristophe de Vienne <cdevienne@gmail.com>
Thu, 12 Dec 2013 16:17:25 +0100
changeset 9382 ac0661486568
parent 9381 6d97e80b2e97
child 9383 7b3fa5a7a5a3
[release notes] Documents one() and find() addition
doc/3.18.rst
--- a/doc/3.18.rst	Tue Jan 07 16:39:32 2014 +0100
+++ b/doc/3.18.rst	Thu Dec 12 16:17:25 2013 +0100
@@ -13,6 +13,12 @@
 * the primary view display controller (uicfg) now has a
   `set_fields_order` method similar to the one available for forms
 
+* new method `ResultSet.one(col=0)` to retrive a single entity and enforce the
+  result has only one row (see `#3352314 https://www.cubicweb.org/ticket/3352314`_)
+
+* new method `RequestSessionBase.find` to look for entities
+  (see `#3361290 https://www.cubicweb.org/ticket/3361290`_)
+
 
 API changes
 -----------
@@ -45,6 +51,9 @@
 
 * the old multi-source system
 
+* `find_one_entity` and `find_entities` in favor of `find`
+  (see `#3361290 https://www.cubicweb.org/ticket/3361290`_)
+
 
 Deprecated Code Drops
 ----------------------