doc/changes/3.25.rst
branch3.25
changeset 12128 1a50be88dd0c
parent 12124 392d6d599286
child 12166 a33c2b8d183b
--- 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).