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,10 @@
## 4.46.1
**`(fix):`** Fix tag description pages incorrectly escaping curly braces and angle
brackets inside fenced code blocks and inline code. The blanket
character escaping has been removed in favor of the downstream MDX
sanitizer which correctly handles special characters only where needed.


## 4.45.0
**`(feat):`** Add validation for OpenAPI specs that contain non-ASCII characters
(e.g. emojis) in tag names or `---` frontmatter delimiters in endpoint
Expand Down
Loading