From 7b7ba9a9f25dd26ec0d58d27878188336333e966 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sat, 9 Sep 2023 21:26:10 -0700 Subject: [PATCH] chore(exp/changelog): Use reference links These are more readable -- and what we use in the main changelog. --- exp/CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/exp/CHANGELOG.md b/exp/CHANGELOG.md index 9b82da3f0..ad897e7d6 100644 --- a/exp/CHANGELOG.md +++ b/exp/CHANGELOG.md @@ -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