put a . at the end of changes entry

This commit is contained in:
Roger Dingledine
2020-05-14 20:39:00 -04:00
parent 2c5e1b9ed3
commit 5ceb60e5ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ Changes in version 0.4.3.1-alpha - 2020-01-22
o Minor bugfixes (controller):
- In routerstatus_has_changed(), check all the fields that are
output over the control port. Fixes bug 20218; bugfix
on 0.1.1.11-alpha
on 0.1.1.11-alpha.
o Minor bugfixes (correctness checks):
- Use GCC/Clang's printf-checking feature to make sure that
+1 -1
View File
@@ -317,7 +317,7 @@ Changes in version 0.4.3.5 - 2020-05-15
o Minor bugfixes (controller):
- In routerstatus_has_changed(), check all the fields that are
output over the control port. Fixes bug 20218; bugfix
on 0.1.1.11-alpha
on 0.1.1.11-alpha.
o Minor bugfixes (developer tools):
- Allow paths starting with ./ in scripts/add_c_file.py. Fixes bug