File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " mdbook"
3- version = " 0.4.13 "
3+ version = " 0.4.14 "
44authors = [
55 " Mathieu David <mathieudavid@mathieudavid.org>" ,
66 " Michael-F-Bryan <michaelfbryan@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments