diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-07 13:57:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-08 14:24:29 -0400 |
commit | bed3e8da9cc291546da06d5a5163a3598650d545 (patch) | |
tree | 49041d69a91f917d95054f45815ac196dd74e29c | |
parent | a17dc0875ad0d434d9cf66d36ed23fbd69286bf3 (diff) | |
download | tor-bed3e8da9cc291546da06d5a5163a3598650d545.tar.gz tor-bed3e8da9cc291546da06d5a5163a3598650d545.zip |
Add a changes file for ticket 26004.
-rw-r--r-- | changes/ticket26004 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket26004 b/changes/ticket26004 new file mode 100644 index 0000000000..6b082f1453 --- /dev/null +++ b/changes/ticket26004 @@ -0,0 +1,5 @@ + o Minor features (directory authority, forward compatibility): + - Make the lines of the measured bandwidth file able to contain their + entries in any order. Previously, the node_id entry needed to come + first. Closes ticket 26004. + |