File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## mdBook 0.3.1
4+ [ 69a08ef...9cd47eb] ( https://github.com/rust-lang-nursery/mdBook/compare/69a08ef...9cd47eb )
5+
6+ ### Added
7+ - 🔥 Added ability to include files using anchor points instead of line numbers.
8+ [ #851 ] ( https://github.com/rust-lang-nursery/mdBook/pull/851 )
9+ - Added ` language ` configuration value to set the language of the book, which
10+ will affect things like the ` <html lang="en"> ` tag.
11+ [ #941 ] ( https://github.com/rust-lang-nursery/mdBook/pull/941 )
12+
13+ ### Changed
14+ - Updated to handlebars 2.0.
15+ [ #977 ] ( https://github.com/rust-lang-nursery/mdBook/pull/977 )
16+
17+ ### Fixed
18+ - Fixed memory leak warning.
19+ [ #967 ] ( https://github.com/rust-lang-nursery/mdBook/pull/967 )
20+ - Fix more print.html links.
21+ [ #963 ] ( https://github.com/rust-lang-nursery/mdBook/pull/963 )
22+ - Fixed crash on some unicode input.
23+ [ #978 ] ( https://github.com/rust-lang-nursery/mdBook/pull/978 )
24+
325## mdBook 0.3.0
4- [ 6cbc41d...84d4063 ] ( https://github.com/rust-lang-nursery/mdBook/compare/6cbc41d...84d4063 )
26+ [ 6cbc41d...69a08ef ] ( https://github.com/rust-lang-nursery/mdBook/compare/6cbc41d...69a08ef )
527
628### Added
729- Added ability to resize the sidebar.
Original file line number Diff line number Diff line change 11[package ]
22name = " mdbook"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
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