Skip to content

Commit dffcedf

Browse files
committed
Update to 0.4.14
1 parent c9b6be8 commit dffcedf

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.14
4+
[ffa8284...c9b6be8](https://github.com/rust-lang/mdBook/compare/ffa8284...c9b6be8)
5+
6+
### Added
7+
- The 2021 Rust edition option has been stabilized.
8+
[#1642](https://github.com/rust-lang/mdBook/pull/1642)
9+
10+
### Changed
11+
- Header anchors no longer include any HTML tags. Previously only a small
12+
subset were excluded.
13+
[#1683](https://github.com/rust-lang/mdBook/pull/1683)
14+
- Deprecated the google-analytics option. Books using this option should place
15+
the appropriate code in the `theme/head.hbs` file instead.
16+
[#1675](https://github.com/rust-lang/mdBook/pull/1675)
17+
18+
### Fixed
19+
- Updated the markdown parser which brings in a few small fixes and removes
20+
the custom smart quote handling.
21+
[#1668](https://github.com/rust-lang/mdBook/pull/1668)
22+
- Fixed iOS Safari enlarging text when going into landscape mode.
23+
[#1685](https://github.com/rust-lang/mdBook/pull/1685)
24+
325
## mdBook 0.4.13
426
[e6629cd...f55028b](https://github.com/rust-lang/mdBook/compare/e6629cd...f55028b)
527

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.13"
3+
version = "0.4.14"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)