Skip to content

Commit 9d90719

Browse files
committed
Merge remote-tracking branch 'upstream/master' into embed-svg
2 parents 96c3719 + e440094 commit 9d90719

36 files changed

+1242
-614
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
rust: stable
3232
- build: msrv
3333
os: ubuntu-latest
34-
rust: 1.39.0
34+
rust: 1.45.0
3535
steps:
3636
- uses: actions/checkout@master
3737
- name: Install Rust

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog
22

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+
353
## mdBook 0.4.7
454
[9a9eb01...c83bbd6](https://github.com/rust-lang/mdBook/compare/9a9eb01...c83bbd6)
555

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For more information, such as running it from your favourite editor, please see
7979
8080
#### Finding Issues with Clippy
8181
82-
Clippy is a code analyser/linter detecting mistakes, and therfore helps to improve your code.
82+
Clippy is a code analyser/linter detecting mistakes, and therefore helps to improve your code.
8383
Like formatting your code with `rustfmt`, running clippy regularly and before your Pull Request will
8484
help us maintain awesome code.
8585

0 commit comments

Comments
 (0)