diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-13 14:42:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-13 14:42:59 -0400 |
commit | a251cff0c3c9cb04422c1d93ad6ea2e804b50a1e (patch) | |
tree | 3147ce52069e03fe1460021b3db3d69cfa3d222d | |
parent | 42a5e652cb9dc9818abd63d93fd51e908f2c56a4 (diff) | |
download | tor-a251cff0c3c9cb04422c1d93ad6ea2e804b50a1e.tar.gz tor-a251cff0c3c9cb04422c1d93ad6ea2e804b50a1e.zip |
Add changes file for 40139 (removing usecreatefast and useoptimisticdata
-rw-r--r-- | changes/ticket40139 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket40139 b/changes/ticket40139 new file mode 100644 index 0000000000..fce29233ef --- /dev/null +++ b/changes/ticket40139 @@ -0,0 +1,7 @@ + o Removed features (network parameters): + - The "optimistic data" feature is now always on; there is no longer an + option to disable it from the torrc file or from the consensus + directory. + Closes part of 40139. + - The "usecreatefast" network parameter is now removed; there is no + longer an option for authorities to turn it off. Closes part of 40139. |