doc/3.16.rst
changeset 8625 7ee0752178e5
child 8632 fa044b9157d7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/3.16.rst	Fri Dec 14 14:08:14 2012 +0100
@@ -0,0 +1,21 @@
+What's new in CubicWeb 3.16?
+============================
+
+New functionnalities
+--------------------
+
+* Add a new dataimport store (`SQLGenObjectStore`). This store enables a fast
+  import of data (entity creation, link creation) in CubicWeb, by directly
+  flushing information in SQL.  This may only be used with PostgreSQL, as it
+  requires the 'COPY FROM' command.
+
+API changes
+-----------
+
+Unintrusive API changes
+-----------------------
+
+
+
+User interface changes
+----------------------