summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2015-06-01 16:15:35 +0000
committerYawning Angel <yawning@torproject.org>2015-06-01 16:15:35 +0000
commit69ffcc39c63f4a9a192082da71eea6b06a1e75d7 (patch)
tree90ef84ad26bd739b1993347379967004fe2c704b /ChangeLog
parentcf4dd074fa78f72affa8c701bbb049f9ef547f77 (diff)
Delay transport initialization till after logging has been setup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15de989..774be88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
Changes in version 0.0.6 - UNRELEASED:
+ - Delay transport factory initialization till after logging has been
+ initialized.
Changes in version 0.0.5 - 2015-04-15:
- Go vet/fmt fixes, and misc. code cleanups. Patches by mvdan.