Update to 0.4.7
This commit is contained in:
parent
c83bbd6319
commit
7da38715c1
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## mdBook 0.4.7
|
||||||
|
[9a9eb01...c83bbd6](https://github.com/rust-lang/mdBook/compare/9a9eb01...c83bbd6)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated shlex parser to fix a minor parsing issue (used by the
|
||||||
|
preprocessor/backend custom command config).
|
||||||
|
[#1471](https://github.com/rust-lang/mdBook/pull/1471)
|
||||||
|
- Enhanced text contrast of `light` theme to improve accessibility.
|
||||||
|
[#1470](https://github.com/rust-lang/mdBook/pull/1470)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed some issues with fragment scrolling and linking.
|
||||||
|
[#1463](https://github.com/rust-lang/mdBook/pull/1463)
|
||||||
|
|
||||||
## mdBook 0.4.6
|
## mdBook 0.4.6
|
||||||
[eaa6914...1a0c296](https://github.com/rust-lang/mdBook/compare/eaa6914...1a0c296)
|
[eaa6914...1a0c296](https://github.com/rust-lang/mdBook/compare/eaa6914...1a0c296)
|
||||||
|
|
||||||
|
|
|
@ -723,7 +723,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.6"
|
version = "0.4.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.6"
|
version = "0.4.7"
|
||||||
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