Skip to content

Commit a76557a

Browse files
committed
Release 0.4.4
1 parent 01836ba commit a76557a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## mdBook 0.4.4
4+
[4df9ec9...01836ba](https://github.com/rust-lang/mdBook/compare/4df9ec9...01836ba)
5+
6+
### Added
7+
- Added the `output.html.print.enable` configuration value to disable the
8+
"print" page.
9+
[#1169](https://github.com/rust-lang/mdBook/pull/1169)
10+
- Added a list of supported languages for syntax-highlighting to the
11+
documentation.
12+
[#1345](https://github.com/rust-lang/mdBook/pull/1345)
13+
14+
### Fixed
15+
- Now supports symbolic links for files in the `src` directory.
16+
[#1323](https://github.com/rust-lang/mdBook/pull/1323)
17+
318
## mdBook 0.4.3
419
[9278b83...4df9ec9](https://github.com/rust-lang/mdBook/compare/9278b83...4df9ec9)
520

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)