Skip to content

Commit 8e673c9

Browse files
committed
Release 0.3.7
1 parent 99ecd4f commit 8e673c9

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## mdBook 0.3.7
4+
[88684d8...99ecd4f](https://github.com/rust-lang/mdBook/compare/88684d8...99ecd4f)
5+
6+
### Changed
7+
- Code spans in headers are no longer highlighted as code.
8+
[#1162](https://github.com/rust-lang/mdBook/pull/1162)
9+
- The sidebar will now scroll the activate page to the middle instead of the top.
10+
[#1161](https://github.com/rust-lang/mdBook/pull/1161)
11+
- Reverted change to reject build output within the `src` directory, and
12+
instead add a check that prevents infinite copies.
13+
[#1181](https://github.com/rust-lang/mdBook/pull/1181)
14+
[#1026](https://github.com/rust-lang/mdBook/pull/1026)
15+
16+
### Fixed
17+
- Fixed sidebar line-height jumping for collapsed chapters.
18+
[#1182](https://github.com/rust-lang/mdBook/pull/1182)
19+
- Fixed theme selector focus.
20+
[#1170](https://github.com/rust-lang/mdBook/pull/1170)
21+
322
## mdBook 0.3.6
423
[efdb832...88684d8](https://github.com/rust-lang/mdBook/compare/efdb832...88684d8)
524

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)