File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## mdBook 0.4.11
4
+ [ e440094...2cf00d0] ( https://github.com/rust-lang/mdBook/compare/e440094...2cf00d0 )
5
+
6
+ ### Added
7
+ - Added support for Rust 2021 edition.
8
+ [ #1596 ] ( https://github.com/rust-lang/mdBook/pull/1596 )
9
+ - Added ` mdbook completions ` subcommand which provides shell completions.
10
+ [ #1425 ] ( https://github.com/rust-lang/mdBook/pull/1425 )
11
+ - Added ` --title ` and ` --ignore ` flags to ` mdbook init ` to avoid the
12
+ interactive input.
13
+ [ #1559 ] ( https://github.com/rust-lang/mdBook/pull/1559 )
14
+
15
+ ### Changed
16
+ - If running a Rust example does not have any output, it now displays the text
17
+ "No output" instead of not showing anything.
18
+ [ #1599 ] ( https://github.com/rust-lang/mdBook/pull/1599 )
19
+ - Code block language tags can now be separated by space or tab (along with
20
+ commas) to match the behavior of other sites like GitHub and rustdoc.
21
+ [ #1469 ] ( https://github.com/rust-lang/mdBook/pull/1469 )
22
+ - Updated ` warp ` (the web server) to the latest version.
23
+ This also updates the minimum supported Rust version to 1.46.
24
+ [ #1612 ] ( https://github.com/rust-lang/mdBook/pull/1612 )
25
+ - Updated to highlight.js 11. This has various highlighting improvements.
26
+ [ #1597 ] ( https://github.com/rust-lang/mdBook/pull/1597 )
27
+
28
+ ### Fixed
29
+ - Inline code blocks inside a header are no longer highlighted when
30
+ ` output.html.playground.editable ` is ` true ` .
31
+ [ #1613 ] ( https://github.com/rust-lang/mdBook/pull/1613 )
32
+
3
33
## mdBook 0.4.10
4
34
[ 2f7293a...dc2062a] ( https://github.com/rust-lang/mdBook/compare/2f7293a...dc2062a )
5
35
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mdbook"
3
- version = " 0.4.10 "
3
+ version = " 0.4.11 "
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