summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2019-03-05 18:02:24 +0200
committerNick Mathewson <nickm@torproject.org>2019-03-29 14:26:03 -0400
commitbf953fe602a973259723dacb4389d3c4bee7e0a4 (patch)
treeeb22d43193547056107e2807894ffff76fe95b80 /changes
parenta959d7cb98ed0e5b6e2fabf36301accd28f0641c (diff)
downloadtor-bf953fe602a973259723dacb4389d3c4bee7e0a4.tar.gz
tor-bf953fe602a973259723dacb4389d3c4bee7e0a4.zip
Add changes file
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket296625
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket29662 b/changes/ticket29662
new file mode 100644
index 0000000000..872df9ad82
--- /dev/null
+++ b/changes/ticket29662
@@ -0,0 +1,5 @@
+ o Minor features (debugging):
+ - Introduce tor_assertf() and tor_assertf_nonfatal() to enable logging of
+ additional information during assert failure. Now we can use format
+ strings to include pieces of information that are relevant for trouble
+ shooting. Resolves ticket 29662.