Fold one more entry into changelog.

This commit is contained in:
Nick Mathewson 2019-09-16 12:50:56 -04:00
parent 8f2ab45229
commit 7cd68b04de
2 changed files with 3 additions and 4 deletions

View File

@ -219,6 +219,9 @@ Changes in version 0.4.2.1-alpha - 2019-09-??
Fixes bug 30840; bugfix on 0.4.0.1-alpha.
- Stop hard-coding the tor master branch name and worktree path in
the git scripts. Fixes bug 30841; bugfix on 0.4.0.1-alpha.
- Allow git-push-all.sh to be run from any directory. Previously,
the script only worked if run from an upstream worktree directory.
Closes ticket 31678.
o Minor bugfixes (guards):
- When tor is missing descriptors for some primary entry guards,

View File

@ -1,4 +0,0 @@
o Minor features (git scripts):
- Allow git-push-all.sh to be run from any directory. Previously, the
script only worked if run from an upstream worktree directory.
Closes ticket 31678.