Use the lintChanges script to fix style issues in changes entries

This commit is contained in:
Nick Mathewson
2017-09-18 10:24:03 -04:00
parent 365bb6356a
commit 523188afdb
22 changed files with 39 additions and 54 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
o Minor bugfixes (circuit logging):
- torspec says hop counts are 1-based, so fix two log messages
that mistakenly logged 0-based hop counts.
Closes ticket 18982, bugfix on 0275b6876 in tor 0.2.6.2-alpha
and 907db008a in tor 0.2.4.5-alpha. Patch by teor.
Fixes bug 18982; bugfix on 0.2.6.2-alpha
and 0.2.4.5-alpha. Patch by teor.
Credit to Xiaofan Li for reporting this issue.