Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Feb 11, 2022
1 parent d6e1e7b commit a70452a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* Ruby 3.1 で YAML のエラーが発生するのを修正し、互換性も持たせました ([#1767], [#1775])
* EPUBMaker: `epub:type=cover` が大扉や奥付に入るのを修正しました ([#1776])
* 無効な urnid の例がサンプルとして示されているのを削除しました ([#1779])
* config.yml の YAML 構文にエラーがあったときに例外ではなく妥当なエラーを返すようにしました ([#1797])


## 機能強化
* EPUBMaker, WebMaker: 表紙・大扉・奥付・部のベーステンプレートに通常の章と同じく `layout.html.erb` または `layout-web.html.erb` を使うようにしました ([#1780])
Expand Down Expand Up @@ -41,6 +43,7 @@
[#1790]: https://github.com/kmuto/review/issues/1790
[#1791]: https://github.com/kmuto/review/issues/1791
[#1792]: https://github.com/kmuto/review/pull/1792
[#1797]: https://github.com/kmuto/review/issues/1797

# Version 5.3.0
## 新機能
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* fixed YAML error in Ruby 3.1 and kept backward compatibility ([#1767], [#1775])
* EPUBMaker: removed `epub:type=cover` from titlepage and colophon ([#1776])
* removed invalid urnid sample ([#1779])
* when there is a syntax error in config.yml, exit with proper error message instead of an exception ([#1797])

## Enhancements
* EPUBMaker, WebMaker: use `layout.html.erb` or `layout-web.html.erb` as the base template for cover, titlepage, colophon, and part, just like regular chapters ([#1780])
Expand Down Expand Up @@ -41,6 +42,7 @@
[#1790]: https://github.com/kmuto/review/issues/1790
[#1791]: https://github.com/kmuto/review/issues/1791
[#1792]: https://github.com/kmuto/review/pull/1792
[#1797]: https://github.com/kmuto/review/issues/1797

# Version 5.3.0
## New Features
Expand Down

0 comments on commit a70452a

Please sign in to comment.