Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.46.6
**`(fix):`** Fix tag description pages not being generated when a tag reference in
`docs.yml` uses a `title` override. Tags with title overrides are parsed
as `Package` type items, but the `#convertPackage` method did not call
`createTagDescriptionPageId`, so the overview page was silently dropped.
The method now falls back to creating a tag description page when no
explicit overview is provided.


## 4.46.5
**`(fix):`** Internal improvements to GitHub integration for server-side operations.

Expand Down
Loading