Skip to content

Commit 7e01cf9

Browse files
authored
Update to 0.4.8 (#1527)
1 parent b592b10 commit 7e01cf9

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.8
4+
[fcceee4...b592b10](https://github.com/rust-lang/mdBook/compare/fcceee4...b592b10)
5+
6+
### Added
7+
- Added the option `output.html.edit-url-template` which can be a URL which is
8+
linked on each page to direct the user to a site (such as GitHub) where the
9+
user can directly suggest an edit for the page they are currently reading.
10+
[#1506](https://github.com/rust-lang/mdBook/pull/1506)
11+
12+
### Changed
13+
- Printed output now includes a page break between chapters.
14+
[#1485](https://github.com/rust-lang/mdBook/pull/1485)
15+
16+
### Fixed
17+
- HTML, such as HTML comments, is now ignored if it appears above the title line
18+
in `SUMMARY.md`.
19+
[#1437](https://github.com/rust-lang/mdBook/pull/1437)
20+
321
## mdBook 0.4.7
422
[9a9eb01...c83bbd6](https://github.com/rust-lang/mdBook/compare/9a9eb01...c83bbd6)
523

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

0 commit comments

Comments
 (0)