changeset 8673 | 8ea63a2cc2cc |
parent 8670 | f02139297beb |
child 8675 | b60329e40e26 |
--- a/doc/3.16.rst Thu Jan 10 22:51:10 2013 +0100 +++ b/doc/3.16.rst Thu Jan 10 22:52:47 2013 +0100 @@ -33,6 +33,8 @@ `Session`. The former is replaced by a is_repo_in_memory property and the later is totaly useless. + * Turn `repo_connect` into `_repo_connect` to mark it as private function. + * Deprecate `in_memory_cnx` which becomes useless, use `_repo_connect` instead if necessary.