Skip to content

Commit cf7663f

Browse files
authored
Merge pull request #1317 from ehuss/release-next
Release 0.4.3
2 parents 4df9ec9 + 3155c63 commit cf7663f

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.3
4+
[9278b83...9278b83](https://github.com/rust-lang/mdBook/compare/9278b83...4df9ec9)
5+
6+
### Added
7+
- Added `output.html.cname` option to emit a `CNAME` file which is used by
8+
GitHub Pages to know which domain is being used.
9+
[#1311](https://github.com/rust-lang/mdBook/pull/1311)
10+
11+
### Changed
12+
- `mdbook test` no longer stops on the first test failure, but instead will
13+
run all the tests.
14+
[#1313](https://github.com/rust-lang/mdBook/pull/1313)
15+
- Removed the `local` font source for Source Code Pro, as the locally
16+
installed font may not render properly on FireFox on macOS.
17+
[#1307](https://github.com/rust-lang/mdBook/pull/1307)
18+
19+
### Fixed
20+
- Added newline to end of `.nojekyll` file.
21+
[#1310](https://github.com/rust-lang/mdBook/pull/1310)
22+
- Fixed missing space before draft chapter titles.
23+
[#1309](https://github.com/rust-lang/mdBook/pull/1309)
24+
325
## mdBook 0.4.2
426
[649f355...9278b83](https://github.com/rust-lang/mdBook/compare/649f355...9278b83)
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.2"
3+
version = "0.4.3"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)