diff options
author | Eric Huss <eric@huss.org> | 2020-07-03 09:07:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 09:07:21 -0700 |
commit | f37ea9a4e7711141f6bffc59d3ee614c5401a144 (patch) | |
tree | eb0562346407f46c5bce03a32ad9798a8d71b38d | |
parent | 649f3555e5b0effb55e28459348b41682ca4cdb4 (diff) | |
parent | 8f74804c70437f74faf3100b36a2ee6658a3f66f (diff) |
Merge pull request #1269 from ehuss/update-changelogv0.4.1
Update changelog.
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce8a63b..bc1d4e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## mdBook 0.4.1 +[d4df7e7...649f355](https://github.com/rust-lang/mdBook/compare/d4df7e7...649f355) + +### Changed +- Removed several outdated dev-dependencies. + [#1267](https://github.com/rust-lang/mdBook/pull/1267) + +### Fixed +- Fixed sidebar scrolling if the book includes part titles. + [#1265](https://github.com/rust-lang/mdBook/pull/1265) +- Don't include the default favicon if only one of the PNG or SVG is overridden. + [#1266](https://github.com/rust-lang/mdBook/pull/1266) + ## mdBook 0.4.0 [99ecd4f...d4df7e7](https://github.com/rust-lang/mdBook/compare/99ecd4f...d4df7e7) @@ -723,7 +723,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "mdbook" -version = "0.4.0" +version = "0.4.1" dependencies = [ "ammonia", "anyhow", @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.4.0" +version = "0.4.1" authors = [ "Mathieu David <mathieudavid@mathieudavid.org>", "Michael-F-Bryan <michaelfbryan@gmail.com>", |