doc/3.19.rst
changeset 9776 d5413f2453a1
parent 9712 6c6cd8c4b256
--- a/doc/3.19.rst	Tue Jun 03 17:01:11 2014 +0200
+++ b/doc/3.19.rst	Wed Jun 11 14:54:18 2014 +0200
@@ -85,6 +85,9 @@
 The authentication stack has been altered to use the ``repoapi`` instead of
 the ``dbapi``. Cubes adding new element to this stack are likely to break.
 
+Session data can be accessed using the cnx.data dictionary, while
+transaction data is available through cnx.transaction_data.  These
+replace the [gs]et_shared_data methods with optional txid kwarg.
 
 New API in tests
 ~~~~~~~~~~~~~~~~