Author: cito
Date: Mon Feb  1 04:31:52 2016
New Revision: 809

Log:
Mention cast_array/record in changelog

Modified:
   trunk/docs/contents/changelog.rst

Modified: trunk/docs/contents/changelog.rst
==============================================================================
--- trunk/docs/contents/changelog.rst   Mon Feb  1 04:28:34 2016        (r808)
+++ trunk/docs/contents/changelog.rst   Mon Feb  1 04:31:52 2016        (r809)
@@ -104,9 +104,10 @@
       Python objects as JSON data using DB-API 2, you should wrap them in the
       new Json() type constructor as a hint to PyGreSQL.
     - New type helpers Literal(), Json() and Bytea() have been added.
-    - Fast parsers for the input and output syntax for PostgreSQL arrays and
-      composite types have been added to the C module. Note that you can also
-      use multi-dimensional arrays with PyGreSQL.
+    - Fast parsers cast_array() and cast_record() for the input and output
+      syntax for PostgreSQL arrays and composite types have been added to the
+      C extension module. The array parser also allows using multi-dimensional
+      arrays with PyGreSQL.
     - The tty parameter and attribute of database connections has been
       removed since it is not supported any more since PostgreSQL 7.4.
 
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to