aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-10 10:23:54 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-10 10:23:54 -0400
commitf9d306513fe9f6dc0c0473676f6e4054f691ee97 (patch)
tree6746183a2cc18263d84bd066a86a53ca522db24b /ChangeLog
parentce33e5d2b0ab1383c18bfb96450560b72f27e1d7 (diff)
downloadtor-f9d306513fe9f6dc0c0473676f6e4054f691ee97.tar.gz
tor-f9d306513fe9f6dc0c0473676f6e4054f691ee97.zip
Minor changelog edits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index dc1df791ee..0d5ad708d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,10 +18,10 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
a configuration file doesn't parse. Closes ticket 33460.
o Minor bugfixes (coding best practices checks):
- - Allow the "practracker" coding best practices checking script to
- read unicode files, when using Python 2. We made the script use
- unicode literals in 0.4.3.1-alpha, but didn't change the codec for
- opening files. Fixes bug 33374; bugfix on 0.4.3.1-alpha.
+ - Allow the "practracker" script to read unicode files when using
+ Python 2. We made the script use unicode literals in 0.4.3.1-alpha,
+ but didn't change the codec for opening files. Fixes bug 33374;
+ bugfix on 0.4.3.1-alpha.
o Minor bugfixes (continuous integration):
- Remove the buggy and unused mirroring job. Fixes bug 33213; bugfix
@@ -37,8 +37,8 @@ Changes in version 0.4.3.3-alpha - 2020-03-??
manpage. Also split Statistics options into their own section of
the manpage. Closes ticket 33188. Work by Swati Thacker as part of
Google Season of Docs.
- - Document __OwningControllerProcess torrc option and specify
- polling interval. Resolves issue 32971.
+ - Document the __OwningControllerProcess torrc option and specify
+ its polling interval. Resolves issue 32971.
Changes in version 0.4.3.2-alpha - 2020-02-10