Skip to content

Commit 14add9c

Browse files
authored
Merge pull request #1615 from ehuss/release-next
Update to 0.4.11
2 parents 2cf00d0 + 87877a9 commit 14add9c

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

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

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+
333
## mdBook 0.4.10
434
[2f7293a...dc2062a](https://github.com/rust-lang/mdBook/compare/2f7293a...dc2062a)
535

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)