[doc] More release note about session data handling 3.25
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 30 Mar 2017 11:59:37 +0200
branch3.25
changeset 12128 1a50be88dd0c
parent 12127 078265f222e3
child 12129 6e5446b871d8
[doc] More release note about session data handling mentionning deprecation of _cw.data and removal of get/set_shared_data.
doc/changes/3.25.rst
--- a/doc/changes/3.25.rst	Thu Mar 30 11:59:01 2017 +0200
+++ b/doc/changes/3.25.rst	Thu Mar 30 11:59:37 2017 +0200
@@ -67,8 +67,11 @@
   ``session`` attribute is now tight to a web session whose implementation
   depends on the front-end used (twisted or pyramid). Hence this attribute
   should not be accessed from "repository side" code (e.g. hooks or operations)
-  and has lost some of his former attributes like its ``repo`` attribute
-  referencing the repository instance.
+  and has lost some of his former attributes like ``repo`` which used to
+  reference the repository instance. Due to this, you don't have anymore access
+  to session's data through the connection, which leds to deprecation of the
+  ``data`` attribute and removal of ``get_shared_data`` and ``set_shared_data``
+  methods which are deprecated since 3.19.
 
 * Support for 'https-url' configuration option has been removed
   (4516c3956d46).