From 4449c9e8fe7b11ec816762c8b37b1ed70d873d4a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 19 Mar 2018 06:00:00 -0400 Subject: [PATCH] add a changes file for 25268 --- changes/ticket25268 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/ticket25268 diff --git a/changes/ticket25268 b/changes/ticket25268 new file mode 100644 index 000000000..e444984dc --- /dev/null +++ b/changes/ticket25268 @@ -0,0 +1,7 @@ + o Removed features: + - The old "round-robin" circuit multiplexer (circuitmux) + implementation has been removed, along with a fairly large set of + code that existed to support it. It has not been the default + circuitmux since we introduced the "EWMA" circuitmux in 0.2.4.x, + but it still required an unreasonable amount of memory and CPU. + Closes ticket 25268.