You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
-
## [8.1.0] - 2023-08-16
9
+
## [8.1.1] - 2023-08-16
10
+
### Fixed
11
+
- errors.Link output in error function after updating dependency.
12
+
13
+
## [8.1.0] - 2023-08-15
10
14
### Added
11
15
- log.G as shorthand for adding a set of Grouped fields. This ability has always been present but is now fully supported in the default logger and with helper function for ease of use.
12
16
- slog support added in Go 1.21+ both to use as an slog.Handler or redirect.
@@ -42,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
46
- Removed ability to remove individual log levels externally; RemoveHandler+AddHandler can do the same.
0 commit comments