summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2015-04-03 14:21:31 +0000
committerYawning Angel <yawning@torproject.org>2015-04-03 14:21:31 +0000
commitdf4265707999b08d220374c08e82711f264247bf (patch)
treed2ded324520a56c42dcd758c33ff6f6a4ba23cd3 /ChangeLog
parent402fe97d8547d216746d2237010f32b691cb71e1 (diff)
Move logging wrappers into common/log, and add a DEBUG log level.
Implements feature #15576.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce868b8..50a2f49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ Changes in version 0.0.5 - UNRELEASED:
- Changed the go.net import path to the new location (golang.org/x/net).
- Added limited support for detecting if the parent process crashes.
- Support for tor feature #15335 (stdin based termination notification).
+ - Moved the leveled logging wrappers into common/log so they are usable
+ in transport implementations.
+ - Added a DEBUG log level.
Changes in version 0.0.4 - 2015-02-17
- Improve the runtime performance of the obfs4 handshake tests.