|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## mdBook 0.4.10 |
| 4 | +[2f7293a...dc2062a](https://github.com/rust-lang/mdBook/compare/2f7293a...dc2062a) |
| 5 | + |
| 6 | +### Changed |
| 7 | +- Reverted breaking change in 0.4.9 that removed the `__non_exhaustive` marker |
| 8 | + on the `Book` struct. |
| 9 | + [#1572](https://github.com/rust-lang/mdBook/pull/1572) |
| 10 | +- Updated handlebars to 4.0. |
| 11 | + [#1550](https://github.com/rust-lang/mdBook/pull/1550) |
| 12 | +- Removed the `chapter_begin` id on the print page's chapter separators. |
| 13 | + [#1541](https://github.com/rust-lang/mdBook/pull/1541) |
| 14 | + |
| 15 | +## mdBook 0.4.9 |
| 16 | +[7e01cf9...d325c60](https://github.com/rust-lang/mdBook/compare/7e01cf9...d325c60) |
| 17 | + |
| 18 | +### Changed |
| 19 | +- Updated all dependencies and raised the minimum Rust version to 1.42. |
| 20 | + [#1528](https://github.com/rust-lang/mdBook/pull/1528) |
| 21 | +- Added more detail to error message when a preprocessor fails. |
| 22 | + [#1526](https://github.com/rust-lang/mdBook/pull/1526) |
| 23 | +- Set max-width of HTML video tags to 100% to match img tags. |
| 24 | + [#1542](https://github.com/rust-lang/mdBook/pull/1542) |
| 25 | + |
| 26 | +### Fixed |
| 27 | +- Type errors when parsing `book.toml` are no longer ignored. |
| 28 | + [#1539](https://github.com/rust-lang/mdBook/pull/1539) |
| 29 | +- Better handling if `mdbook serve` fails to start the http server. |
| 30 | + [#1555](https://github.com/rust-lang/mdBook/pull/1555) |
| 31 | +- Fixed the path for `edit-url-template` if the book used a source directory |
| 32 | + other than `src`. |
| 33 | + [#1554](https://github.com/rust-lang/mdBook/pull/1554) |
| 34 | + |
| 35 | +## mdBook 0.4.8 |
| 36 | +[fcceee4...b592b10](https://github.com/rust-lang/mdBook/compare/fcceee4...b592b10) |
| 37 | + |
| 38 | +### Added |
| 39 | +- Added the option `output.html.edit-url-template` which can be a URL which is |
| 40 | + linked on each page to direct the user to a site (such as GitHub) where the |
| 41 | + user can directly suggest an edit for the page they are currently reading. |
| 42 | + [#1506](https://github.com/rust-lang/mdBook/pull/1506) |
| 43 | + |
| 44 | +### Changed |
| 45 | +- Printed output now includes a page break between chapters. |
| 46 | + [#1485](https://github.com/rust-lang/mdBook/pull/1485) |
| 47 | + |
| 48 | +### Fixed |
| 49 | +- HTML, such as HTML comments, is now ignored if it appears above the title line |
| 50 | + in `SUMMARY.md`. |
| 51 | + [#1437](https://github.com/rust-lang/mdBook/pull/1437) |
| 52 | + |
3 | 53 | ## mdBook 0.4.7 |
4 | 54 | [9a9eb01...c83bbd6](https://github.com/rust-lang/mdBook/compare/9a9eb01...c83bbd6) |
5 | 55 |
|
|
0 commit comments