From c16824993b5a1e20f40e8d53ce51baa2b45f54f3 Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Tue, 15 May 2018 11:43:27 +0900 Subject: [PATCH] add note about #1006 and #1008 --- NEWS.ja.md | 5 +++++ NEWS.md | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/NEWS.ja.md b/NEWS.ja.md index 412e8af66..cbe37bf1a 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -2,6 +2,7 @@ ## 新機能 * `contentdir` パラメータで、re ファイルをサブフォルダに配置してそのフォルダを指定できるようにしました ([#920]) +* `//graph` 命令 で PlantUML をサポートしました ([#1006]) ## 非互換の変更 * review_version の値が 3 以上のときには、LaTeX の `@` によるインラインの数式の前後にスペース文字を入れないようにしました ([#943]) @@ -10,12 +11,16 @@ * Ruby 2.3 以下で実行時のログ表示が冗長になるのを修正しました ([#975]) ## 機能強化 +* Windows でも `//graph` 命令が動作するようにしました ([#1008]) + ## ドキュメント ## コントリビューターのみなさん [#920]: https://github.com/kmuto/review/issues/920 [#943]: https://github.com/kmuto/review/issues/943 [#975]: https://github.com/kmuto/review/issues/975 +[#1006]: https://github.com/kmuto/review/issues/1006 +[#1008]: https://github.com/kmuto/review/pull/1008 # Version 2.5.0 diff --git a/NEWS.md b/NEWS.md index f70deb342..0e039d2f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,27 @@ +# Version 3.0.0preview1 (unreleased) + +## New Features +* .re files can be placed in subfolders by specifying a folder with `contentdir` parameter ([#920]) +* `//graph` supports PlantUML ([#1006]) + +## Breaking Changes +* When the value of review_version is 3 or more, `@` no longer add a space before and after formula ([#943]) + +## Bug Fixes +* Fix redundant log display with Ruby 2.3 or later ([#975]) + +## Enhancements +* `//graph` now works on Windows ([#1008]) + +## Docs +## Contributors + +[#920]: https://github.com/kmuto/review/issues/920 +[#943]: https://github.com/kmuto/review/issues/943 +[#975]: https://github.com/kmuto/review/issues/975 +[#1006]: https://github.com/kmuto/review/issues/1006 +[#1008]: https://github.com/kmuto/review/pull/1008 + # Version 2.5.0 ## New Features