diff options
author | Yawning Angel <yawning@torproject.org> | 2015-04-03 14:21:31 +0000 |
---|---|---|
committer | Yawning Angel <yawning@torproject.org> | 2015-04-03 14:21:31 +0000 |
commit | df4265707999b08d220374c08e82711f264247bf (patch) | |
tree | d2ded324520a56c42dcd758c33ff6f6a4ba23cd3 /ChangeLog | |
parent | 402fe97d8547d216746d2237010f32b691cb71e1 (diff) |
Move logging wrappers into common/log, and add a DEBUG log level.
Implements feature #15576.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |