From 8f74804c70437f74faf3100b36a2ee6658a3f66f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 3 Jul 2020 08:52:27 -0700 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce8a63bd0..bc1d4e93bd 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) diff --git a/Cargo.lock b/Cargo.lock index 79422eab3c..4dec0fa8f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,7 +723,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "mdbook" -version = "0.4.0" +version = "0.4.1" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 63f9ea7a1e..5d313ce50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.4.0" +version = "0.4.1" authors = [ "Mathieu David ", "Michael-F-Bryan ",