aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket26427
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-17 09:10:18 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-17 09:12:10 -0400
commitb96e2ab341f8532a921859a490f6ce7ab1c39a4c (patch)
tree87cfdcb59991cfa1c80df3b06eef3db5224c534b /changes/ticket26427
parentb729bc202c74113c69d2b50521194a7dd4b5d5a9 (diff)
downloadtor-b96e2ab341f8532a921859a490f6ce7ab1c39a4c.tar.gz
tor-b96e2ab341f8532a921859a490f6ce7ab1c39a4c.zip
Start a changelog for 0.3.5.1-alpha
Diffstat (limited to 'changes/ticket26427')
-rw-r--r--changes/ticket264276
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/ticket26427 b/changes/ticket26427
deleted file mode 100644
index ff33f7bd4c..0000000000
--- a/changes/ticket26427
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features (code layout):
- - Make a new lowest-level error-handling API for use by code invoked
- from within the logging module. This interface it makes it so
- the logging code is no longer at risk of calling into itself if
- a failure occurs while trying to log something.
- Closes ticket 26427.