aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket30935
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-16 08:31:26 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-16 08:32:01 -0400
commitcbd3b01863ceeaad4c5dc89544037658f69e9403 (patch)
treec78a0922f75e8e2c46250814de027f17809783f4 /changes/ticket30935
parentcd72850e08f39413d281a480a78f38838ddf42e9 (diff)
downloadtor-cbd3b01863ceeaad4c5dc89544037658f69e9403.tar.gz
tor-cbd3b01863ceeaad4c5dc89544037658f69e9403.zip
Start a changelog for 0.4.2.1-alpha
This commit sorts the changes files using sortChanges, and inserts them into a changelog entry.
Diffstat (limited to 'changes/ticket30935')
-rw-r--r--changes/ticket309356
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/ticket30935 b/changes/ticket30935
deleted file mode 100644
index 5a7e918895..0000000000
--- a/changes/ticket30935
+++ /dev/null
@@ -1,6 +0,0 @@
- o Code simplification and refactoring:
- - Numerous simplifications in configuration-handling logic:
- remove duplicated macro definitions, replace magical names
- with flags, and refactor "TestingTorNetwork" to use the
- same default-option logic as the rest of Tor.
- Closes ticket 30935.