# HG changeset patch # User Sylvain Thénault # Date 1490867977 -7200 # Node ID 1a50be88dd0c66b71b33d2a41921659e3c1e692f # Parent 078265f222e3774e9ffb1eb1fd5d952ca83d5736 [doc] More release note about session data handling mentionning deprecation of _cw.data and removal of get/set_shared_data. diff -r 078265f222e3 -r 1a50be88dd0c 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).