File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.8.0 (13 Apr 2018)
4
+
5
+ Enhancements:
6
+ * [ #508 ] [ ] : Make log level configurable when redirecting the standard
7
+ library's logger.
8
+ * [ #518 ] [ ] : Add a logger that writes to a ` *testing.TB ` .
9
+ * [ #577 ] [ ] : Add a top-level alias for ` zapcore.Field ` to clean up GoDoc.
10
+
11
+ Bugfixes:
12
+ * [ #574 ] [ ] : Add a missing import comment to ` go.uber.org/zap/buffer ` .
13
+
14
+ Thanks to @DiSiqueira and @djui for their contributions to this release.
15
+
3
16
## v1.7.1 (25 Sep 2017)
4
17
5
18
Bugfixes:
@@ -266,5 +279,8 @@ upgrade to the upcoming stable release.
266
279
[ #487 ] : https://github.com/uber-go/zap/pull/487
267
280
[ #490 ] : https://github.com/uber-go/zap/pull/490
268
281
[ #491 ] : https://github.com/uber-go/zap/pull/491
269
- [ #491 ] : https://github.com/uber-go/zap/pull/439
270
282
[ #504 ] : https://github.com/uber-go/zap/pull/504
283
+ [ #508 ] : https://github.com/uber-go/zap/pull/508
284
+ [ #518 ] : https://github.com/uber-go/zap/pull/518
285
+ [ #577 ] : https://github.com/uber-go/zap/pull/577
286
+ [ #574 ] : https://github.com/uber-go/zap/pull/574
You can’t perform that action at this time.
0 commit comments