diff --git a/NEWS.ja.md b/NEWS.ja.md index 9f7e9a295..d375c4e25 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -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]) @@ -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 ## 新機能 diff --git a/NEWS.md b/NEWS.md index 8c633c04c..52954f608 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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]) @@ -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