Update changelog.
This commit is contained in:
parent
649f3555e5
commit
8f74804c70
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# 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
|
## mdBook 0.4.0
|
||||||
[99ecd4f...d4df7e7](https://github.com/rust-lang/mdBook/compare/99ecd4f...d4df7e7)
|
[99ecd4f...d4df7e7](https://github.com/rust-lang/mdBook/compare/99ecd4f...d4df7e7)
|
||||||
|
|
||||||
|
|
|
@ -723,7 +723,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
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