Skip to content

Commit

Permalink
chore(exp/changelog): Use reference links (#1357)
Browse files Browse the repository at this point in the history
These are more readable -- and what we use in the main changelog.
  • Loading branch information
abhinav committed Sep 15, 2023
1 parent ebbc67a commit 6dce84f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions exp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## 0.2.0 - 9 Sep 2023

Breaking changes:
* [#1315](https://github.com/uber-go/zap/pull/1315): zapslog: Drop HandlerOptions.New in favor of just the NewHandler constructor.
* [#1320](https://github.com/uber-go/zap/pull/1320), [#1338](https://github.com/uber-go/zap/pull/1338):
zapslog: Drop support for golang.org/x/exp/slog in favor of log/slog released in Go 1.21.
* [#1315][]: zapslog: Drop HandlerOptions.New in favor of just the NewHandler constructor.
* [#1320][], [#1338][]: zapslog: Drop support for golang.org/x/exp/slog in favor of log/slog released in Go 1.21.

[#1315]: https://github.com/uber-go/zap/pull/1315
[#1320]: https://github.com/uber-go/zap/pull/1320
[#1338]: https://github.com/uber-go/zap/pull/1338

## 0.1.0 - 1 Aug 2023

Expand Down

0 comments on commit 6dce84f

Please sign in to comment.