File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## mdBook 0.4.9
4
+ [ 7e01cf9...d325c60] ( https://github.com/rust-lang/mdBook/compare/7e01cf9...d325c60 )
5
+
6
+ ### Changed
7
+ - Updated all dependencies and raised the minimum Rust version to 1.42.
8
+ [ #1528 ] ( https://github.com/rust-lang/mdBook/pull/1528 )
9
+ - Added more detail to error message when a preprocessor fails.
10
+ [ #1526 ] ( https://github.com/rust-lang/mdBook/pull/1526 )
11
+ - Set max-width of HTML video tags to 100% to match img tags.
12
+ [ #1542 ] ( https://github.com/rust-lang/mdBook/pull/1542 )
13
+
14
+ ### Fixed
15
+ - Type errors when parsing ` book.toml ` are no longer ignored.
16
+ [ #1539 ] ( https://github.com/rust-lang/mdBook/pull/1539 )
17
+ - Better handling if ` mdbook serve ` fails to start the http server.
18
+ [ #1555 ] ( https://github.com/rust-lang/mdBook/pull/1555 )
19
+ - Fixed the path for ` edit-url-template ` if the book used a source directory
20
+ other than ` src ` .
21
+ [ #1554 ] ( https://github.com/rust-lang/mdBook/pull/1554 )
22
+
3
23
## mdBook 0.4.8
4
24
[ fcceee4...b592b10] ( https://github.com/rust-lang/mdBook/compare/fcceee4...b592b10 )
5
25
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mdbook"
3
- version = " 0.4.8 "
3
+ version = " 0.4.9 "
4
4
authors = [
5
5
" Mathieu David <mathieudavid@mathieudavid.org>" ,
6
6
" Michael-F-Bryan <michaelfbryan@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments