Skip to content

Commit

Permalink
add note about #1006 and #1008
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed May 15, 2018
1 parent 309e133 commit c168249
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 新機能
* `contentdir` パラメータで、re ファイルをサブフォルダに配置してそのフォルダを指定できるようにしました ([#920])
* `//graph` 命令 で PlantUML をサポートしました ([#1006])

## 非互換の変更
* review_version の値が 3 以上のときには、LaTeX の `@<m>` によるインラインの数式の前後にスペース文字を入れないようにしました ([#943])
Expand All @@ -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

Expand Down
24 changes: 24 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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, `@<m>` 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
Expand Down

0 comments on commit c168249

Please sign in to comment.