--- a/doc/3.20.rst Wed Nov 19 12:13:32 2014 +0100
+++ b/doc/3.20.rst Thu Apr 03 14:17:16 2014 +0200
@@ -16,6 +16,17 @@
.. _CWEP-002: http://hg.logilab.org/review/cwep/file/tip/CWEP-002.rst
+
+API Changes
+-----------
+
+* ``ucsvreader()`` and ``ucsvreader_pb()`` from the ``dataimport`` module have
+ 2 new keyword arguments ``delimiter`` and ``quotechar`` to replace the
+ ``separator`` and ``quote`` arguments respectively. This makes the API match
+ that of Python's ``csv.reader()``. The old arguments are still supported
+ though deprecated.
+
+
Deprecated Code Drops
----------------------