Skip to content

Commit

Permalink
Merge pull request #1815 from kmuto/news550
Browse files Browse the repository at this point in the history
News 5.5.0
  • Loading branch information
takahashim authored Jun 29, 2022
2 parents b6cd173 + 4275b10 commit 2f8a528
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Version 5.5.0
## 新機能
* 節や項を参照するインライン命令として、 `@<secref>` , `@<sec>` , `@<sectitle>` を追加しました。`@<secref>` は節や項の番号+タイトルを含むテキスト( `@<hd>` と同じ)、 `@<sec>` は節や項の番号のみ、`@<sectitle>` はタイトルのみに展開されます ([#1809])
## バグ修正
* テストエラーを修正しました ([#1804])
* review-update コマンドがエラーになるのを修正しました ([#1807])

## その他
* rexml がバンドル gem 扱いになったので、gemspec に追加しました ([#1808])

[#1804]: https://github.com/kmuto/review/pull/1804
[#1807]: https://github.com/kmuto/review/pull/1807
[#1808]: https://github.com/kmuto/review/pull/1808
[#1809]: https://github.com/kmuto/review/issues/1809

# Version 5.4.0
## 新機能
* Re:VIEW に関する質問の受け付けに対応する [GitHub Discussions](https://github.com/kmuto/review/discussions) を開始しました
Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Version 5.5.0
## New Features
* introduced `@<secref>`, `@<sec>`, and `@<sectitle>` as inline op to refer sections ([#1809])

## Bug Fixes
* fixed test error ([#1804])
* fixed an error of review-update ([#1807])

## Others
* added rexml to gemspec ([#1808])

[#1804]: https://github.com/kmuto/review/pull/1804
[#1807]: https://github.com/kmuto/review/pull/1807
[#1808]: https://github.com/kmuto/review/pull/1808
[#1809]: https://github.com/kmuto/review/issues/1809

# Version 5.4.0
## New Features
* [GitHub Discussions](https://github.com/kmuto/review/discussions) has been opened to answer questions about Re:VIEW
Expand Down

0 comments on commit 2f8a528

Please sign in to comment.