From f9d306513fe9f6dc0c0473676f6e4054f691ee97 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 10 Mar 2020 10:23:54 -0400 Subject: [PATCH] Minor changelog edits. --- ChangeLog | 12 ++++++------ 1 file 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