diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket23459 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket23459 b/changes/ticket23459 new file mode 100644 index 0000000000..a6452e4ee3 --- /dev/null +++ b/changes/ticket23459 @@ -0,0 +1,4 @@ + o Code simplification and refactoring (circuit rendezvous): + - Split get rendezvous circuit on client side on two different functions. + One that returns only established circuits and another that returns all + kinds of circuits. Closes ticket 23459. |