Skip to content

Commit 3f39ba8

Browse files
authored
Merge pull request #1474 from ehuss/bump-version
Update to 0.4.7
2 parents c83bbd6 + 7da3871 commit 3f39ba8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## mdBook 0.4.7
4+
[9a9eb01...c83bbd6](https://github.com/rust-lang/mdBook/compare/9a9eb01...c83bbd6)
5+
6+
### Changed
7+
- Updated shlex parser to fix a minor parsing issue (used by the
8+
preprocessor/backend custom command config).
9+
[#1471](https://github.com/rust-lang/mdBook/pull/1471)
10+
- Enhanced text contrast of `light` theme to improve accessibility.
11+
[#1470](https://github.com/rust-lang/mdBook/pull/1470)
12+
13+
### Fixed
14+
- Fixed some issues with fragment scrolling and linking.
15+
[#1463](https://github.com/rust-lang/mdBook/pull/1463)
16+
317
## mdBook 0.4.6
418
[eaa6914...1a0c296](https://github.com/rust-lang/mdBook/compare/eaa6914...1a0c296)
519

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)