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 1
1
# Changelog
2
2
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
+
3
25
## mdBook 0.4.13
4
26
[ e6629cd...f55028b] ( https://github.com/rust-lang/mdBook/compare/e6629cd...f55028b )
5
27
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mdbook"
3
- version = " 0.4.13 "
3
+ version = " 0.4.14 "
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