diff options
author | Nick Mathewson <nickm@torproject.org> | 2023-10-05 12:34:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2023-10-05 12:34:15 -0400 |
commit | d2e03322a9fe83e270cd2b3ab4d41a49aa4ff1ec (patch) | |
tree | 396a1adaf8111a53ad387b09e1f4bb6117c467fd | |
parent | 5b80a8f509ca7fbc8d141acc754685439519fcf1 (diff) | |
download | tor-d2e03322a9fe83e270cd2b3ab4d41a49aa4ff1ec.tar.gz tor-d2e03322a9fe83e270cd2b3ab4d41a49aa4ff1ec.zip |
Add a changes file for removing pre-32 consensus methods (#40835)
-rw-r--r-- | changes/ticket40835 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40835 b/changes/ticket40835 new file mode 100644 index 0000000000..cda51a5d28 --- /dev/null +++ b/changes/ticket40835 @@ -0,0 +1,3 @@ + o Removed features: + - Directory authorities no longer support consensus methods + before method 32. Closes ticket 40835. |