v1.2.0 changelog

This commit is contained in:
David Bariod 2018-11-01 08:39:56 +01:00
parent fd2308367e
commit bcd833dfe8
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
# 1.2.0
This new release introduces:
* A new method `SetReportCaller` in the `Logger` to enable the file, line and calling function from which the trace has been issued
* A new trace level named `Trace` whose level is below `Debug`
* A configurable exit function to be called upon a Fatal trace
* The `Level` object now implements `encoding.TextUnmarshaler` interface
# 1.1.1 # 1.1.1
This is a bug fix release. This is a bug fix release.
* fix the build break on Solaris * fix the build break on Solaris