--- 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
----------------------