Release 0.4.4
This commit is contained in:
parent
01836ba5d4
commit
a76557a678
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## mdBook 0.4.4
|
||||||
|
[4df9ec9...01836ba](https://github.com/rust-lang/mdBook/compare/4df9ec9...01836ba)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added the `output.html.print.enable` configuration value to disable the
|
||||||
|
"print" page.
|
||||||
|
[#1169](https://github.com/rust-lang/mdBook/pull/1169)
|
||||||
|
- Added a list of supported languages for syntax-highlighting to the
|
||||||
|
documentation.
|
||||||
|
[#1345](https://github.com/rust-lang/mdBook/pull/1345)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Now supports symbolic links for files in the `src` directory.
|
||||||
|
[#1323](https://github.com/rust-lang/mdBook/pull/1323)
|
||||||
|
|
||||||
## mdBook 0.4.3
|
## mdBook 0.4.3
|
||||||
[9278b83...4df9ec9](https://github.com/rust-lang/mdBook/compare/9278b83...4df9ec9)
|
[9278b83...4df9ec9](https://github.com/rust-lang/mdBook/compare/9278b83...4df9ec9)
|
||||||
|
|
||||||
|
|
|
@ -723,7 +723,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
authors = [
|
authors = [
|
||||||
"Mathieu David <mathieudavid@mathieudavid.org>",
|
"Mathieu David <mathieudavid@mathieudavid.org>",
|
||||||
"Michael-F-Bryan <michaelfbryan@gmail.com>",
|
"Michael-F-Bryan <michaelfbryan@gmail.com>",
|
||||||
|
|
Loading…
Reference in New Issue