diff --git a/Changelog.md b/Changelog.md index 57b1a85c..b84b4b8a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -31,6 +31,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed date formatters to use `en_US_POSIX` locale instead of current locale. #289 by @mattt. +### Removed + +- Removed Beta from header in HTML output. + #291 by @mattt. + ## [1.0.0-beta.6] - 2021-04-24 ### Added diff --git a/Sources/swift-doc/Supporting Types/Layout.swift b/Sources/swift-doc/Supporting Types/Layout.swift index 16429c4f..dc6c4d75 100644 --- a/Sources/swift-doc/Supporting Types/Layout.swift +++ b/Sources/swift-doc/Supporting Types/Layout.swift @@ -22,7 +22,6 @@ func layout(_ page: Page) -> HTML { Documentation - Beta