diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-06 16:48:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-06 16:48:52 -0500 |
commit | c69bc895caf9f81d97570e46bd53c22160db3fa0 (patch) | |
tree | a38aa9bcc174c130c2c1de7e5b0e9cca0d832ebf /changes/bug6769 | |
parent | c8ec42de2ffde174086ecf720ba8f6f20a5b0947 (diff) | |
download | tor-c69bc895caf9f81d97570e46bd53c22160db3fa0.tar.gz tor-c69bc895caf9f81d97570e46bd53c22160db3fa0.zip |
Fix lintchanges warnings in master.
Diffstat (limited to 'changes/bug6769')
-rw-r--r-- | changes/bug6769 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug6769 b/changes/bug6769 index 83e3aa8b9e..773850fb1f 100644 --- a/changes/bug6769 +++ b/changes/bug6769 @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor bugfixes (directory system): - Bridges and relays now use microdescriptors (like clients do) rather than old-style router descriptors. Now bridges will blend in with clients in terms of the circuits they build. Fixes bug 6769; |