diff options
author | 2023-06-01 10:54:33 -0700 | |
---|---|---|
committer | 2023-06-01 10:54:33 -0700 | |
commit | a33af01660cea128aef22dde2cc15bd38de9d342 (patch) | |
tree | 84ed61e0080d9198644bbad6f56d5287facc6609 /CHANGELOG.md | |
parent | 3cc2fc1d12c320a304200991969b931579207716 (diff) | |
download | sally-a33af01660cea128aef22dde2cc15bd38de9d342.tar.gz sally-a33af01660cea128aef22dde2cc15bd38de9d342.tar.zst sally-a33af01660cea128aef22dde2cc15bd38de9d342.zip |
CHANGELOG: Report #82, #92, and #93 (#97)
Adds changelog entries for recent user-facing changes.
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 137eec9..46781db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased -- No changes yet. +### Added +- Publish a Docker image to GitHub Container Registry. + Import it from ghcr.io/uber-go/sally. + +### Removed +- Remove `go-source` tag from generated pages. + This tag is not necessary for <https://pkg.go.dev>. +- Remove `branch` field under `packages`. + This was only necessary for the dropped `go-source` tag. [Unreleased]: https://github.com/uber-go/sally/compare/v1.3.0...HEAD |