aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6584850..7a9a899 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
-- Added support configuring the godoc.org instance used for documentation
- links.
+- Support configuring the godoc server used for documentation links.
+
+### Changed
+- Updated default godoc server from `https://godoc.org` to `https://pkg.go.dev`.
## [1.0.1] - 2019-01-03
### Fixed