Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Remove beta label from HTML output #291

Merged
merged 2 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sup>Beta</sup> from header in HTML output.
#291 by @mattt.

## [1.0.0-beta.6] - 2021-04-24

### Added
Expand Down
1 change: 0 additions & 1 deletion Sources/swift-doc/Supporting Types/Layout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func layout(_ page: Page) -> HTML {
</strong>
<span>Documentation</span>
</a>
<sup>Beta</sup>
</header>

<!--
Expand Down