aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
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