Browse Source

Merge branch 'maint-0.3.2' into maint-0.3.3

Nick Mathewson 6 years ago
parent
commit
ca6d289c00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      changes/bug26158

+ 1 - 1
changes/bug26158

@@ -1,4 +1,4 @@
-   o Minor bugfixes (relay):
+  o Minor bugfixes (relay):
      - Relays now correctly block attempts to re-extend to the previous
        relay by Ed25519 identity. Previously they would warn in this case,
        but not actually reject the attempt. Fixes bug 26158; bugfix on