Skip to content

Commit 60c74ad

Browse files
author
David Bariod
committed
update CHANGELOG.md with 1.5.0 and 1.6.0 version contents
1 parent e8e563a commit 60c74ad

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
1+
# 1.6.0
2+
Fixes:
3+
* end of line cleanup
4+
* revert the entry concurrency bug fix whic leads to deadlock under some circumstances
5+
* update dependency on go-windows-terminal-sequences to fix a crash with go 1.14
6+
7+
Features:
8+
* add an option to the `TextFormatter` to completely disable fields quoting
9+
10+
# 1.5.0
11+
Code quality:
12+
* add golangci linter run on travis
13+
14+
Fixes:
15+
* add mutex for hooks concurrent access on `Entry` data
16+
* caller function field for go1.14
17+
* fix build issue for gopherjs target
18+
19+
Feature:
20+
* add an hooks/writer sub-package whose goal is to split output on different stream depending on the trace level
21+
* add a `DisableHTMLEscape` option in the `JSONFormatter`
22+
* add `ForceQuote` and `PadLevelText` options in the `TextFormatter`
23+
124
# 1.4.2
225
* Fixes build break for plan9, nacl, solaris
326
# 1.4.1
427
This new release introduces:
528
* Enhance TextFormatter to not print caller information when they are empty (#944)
6-
* Remove dependency on golang.org/x/crypto (#932, #943)
29+
* Remove dependency on golang.org/x/crypto (#932, #943)
730

831
Fixes:
932
* Fix Entry.WithContext method to return a copy of the initial entry (#941)

0 commit comments

Comments
 (0)