Skip to content
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

## 1.6.0

- Support for a new inline math syntax

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better traceability and to maintain consistency with other entries in this changelog (e.g., line 94), it would be beneficial to include a reference to the pull request that introduced this change. The PR description mentions this was implemented in PR #209.

Suggested change
- Support for a new inline math syntax
- Support for a new inline math syntax (#209)


## 1.5.0

- Accept new figma script host (embed.figma.com)
Expand Down
2 changes: 1 addition & 1 deletion lib/qiita/markdown/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Qiita
module Markdown
VERSION = "1.5.0"
VERSION = "1.6.0"
end
end