NEWS.md in review-3.0.0.rc1 vs NEWS.md in review-3.0.0

- old
+ new

@@ -1,14 +1,25 @@ +# Version 3.0.0 + +## Bug Fixes +* PDFMaker: adjust the loading of external files in review-jsbook.cls ([#1217]) + +## Contributors +* [@munepi](https://github.com/munepi) + +[#1217]: https://github.com/kmuto/review/pull/1217 + # Version 3.0.0 release candidate ## Breaking Changes * PDFMaker: heading character size of review-jsbook becomes the same as the original jsbook ([#1152]) * PDFMaker: Q, W, L, H parameters of review-jsbook are withdrawn. Projects created in the past preview version can be updated with the review-update command ([#1151],[#1201]) ## Bug Fixes * PDFMaker: fixes an issue that hiddenfolio parameter was ignored when using both hiddenfolio and tombopaper in review-jsbook ([#1158]) * PDFMaker: fixes a problem that the paperwidth and paperheight parameters of review-jsbook didn't work ([#1171]) * fixes an issue that review-update ignored update of sty folder ([#1183]) +* PDFMaker: fix serial_pagination and startpage were not working in review-jlreq class ([#1204]) ## Enhancements * PDFMaker: in review-jsbook, you can specify the font size with `fontsize` parameter and the line height with `baselineskip` parameter with units such as pt and mm ([#1151]) * PDFMaker: users who want to continue using the original jsbook.cls class file for some reason can use sty files of review-jsbook set ([#1177]) * PDFMaker: add useful macros to review-jsbook and review-jlreq for users. `\oneblankpage` creates an empty page. `\clearoddpage` breaks page as necessary so that the next page is always an even page ([#1175],[#1182]) @@ -17,12 +28,9 @@ * PDFMaker: `\reviewusepart` macro is defined when theare is a part ([#1199]) * `texdocumentclass` parameter is explicit (not a comment) when creating config.yml by review-init ([#1202]) * PDFMaker: line feed (`@<br>`) in the table is now represented by `\newline` macro when the width is explicity specified with `//tsize` ([#1206]) * PDFMaker: enable to use `L{width}` (left justified), `C{width}` (centering), `R{width}` (right justified) as representation of the table column width ([#1208]) * PDFMaker: to avoid implementation differences between versions, the snapshots jsbook.cls (2018/06/23) and gentombow.sty (2018/08/30 v0.9j) are copied to the `sty` folder ([#1210]) - -## Bug Fixes -* PDFMaker: fix serial_pagination and startpage were not working in review-jlreq class ([#1204]) ## Docs * update `format_idg.ja.md` ([#1188]) * add note about review-update command to quickstart guide `quickstart.ja.md` ([#1189]) * update comments of `config.yml.sample` ([#1190])