From 4275b10c64d7fd39b110d61a7dc80dcde0d39aba Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Thu, 16 Jun 2022 00:05:53 +0900 Subject: [PATCH] News 5.5.0 --- NEWS.ja.md | 15 +++++++++++++++ NEWS.md | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/NEWS.ja.md b/NEWS.ja.md index e6d3a9f21..4765a7e19 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -1,3 +1,18 @@ +# Version 5.5.0 +## 新機能 +* 節や項を参照するインライン命令として、 `@` , `@` , `@` を追加しました。`@` は節や項の番号+タイトルを含むテキスト( `@` と同じ)、 `@` は節や項の番号のみ、`@` はタイトルのみに展開されます ([#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) を開始しました diff --git a/NEWS.md b/NEWS.md index 28b6ff87f..c4f05772d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,19 @@ +# Version 5.5.0 +## New Features +* introduced `@`, `@`, and `@` 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