[doc/3.19] Mention [gs]et_shared_data deprecation
authorJulien Cristau <julien.cristau@logilab.fr>
Wed, 11 Jun 2014 14:54:18 +0200
changeset 9776 d5413f2453a1
parent 9775 614f8f3d2a35
child 9777 b2e47617a94e
[doc/3.19] Mention [gs]et_shared_data deprecation
doc/3.19.rst
--- 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
 ~~~~~~~~~~~~~~~~