Skip to content

Commit 7a5580b

Browse files
authored
Merge branch 'rust-lang:master' into master
2 parents 7b9bd50 + 8ae86d4 commit 7a5580b

File tree

33 files changed

+853
-505
lines changed

33 files changed

+853
-505
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- build: msrv
3030
os: ubuntu-20.04
3131
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
32-
rust: 1.70.0
32+
rust: 1.71.0
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Install Rust

CHANGELOG.md

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

3+
## mdBook 0.4.37
4+
[v0.4.36...v0.4.37](https://github.com/rust-lang/mdBook/compare/v0.4.36...v0.4.37)
5+
6+
### Changed
7+
- ❗️ Updated the markdown parser. This brings in many changes to more closely follow the CommonMark spec. This may cause some small rendering changes. It is recommended to compare the output of the old and new version to check for changes. See <https://github.com/raphlinus/pulldown-cmark/releases/tag/v0.10.0> for more information.
8+
[#2308](https://github.com/rust-lang/mdBook/pull/2308)
9+
- The warning about the legacy `src/theme` directory has been removed.
10+
[#2263](https://github.com/rust-lang/mdBook/pull/2263)
11+
- Updated dependencies. MSRV raised to 1.71.0.
12+
[#2283](https://github.com/rust-lang/mdBook/pull/2283)
13+
[#2293](https://github.com/rust-lang/mdBook/pull/2293)
14+
[#2297](https://github.com/rust-lang/mdBook/pull/2297)
15+
[#2310](https://github.com/rust-lang/mdBook/pull/2310)
16+
[#2309](https://github.com/rust-lang/mdBook/pull/2309)
17+
- Some internal performance/memory improvements.
18+
[#2273](https://github.com/rust-lang/mdBook/pull/2273)
19+
[#2290](https://github.com/rust-lang/mdBook/pull/2290)
20+
- Made the `pathdiff` dependency optional based on the `watch` feature.
21+
[#2291](https://github.com/rust-lang/mdBook/pull/2291)
22+
23+
### Fixed
24+
- The `s` shortcut key handler should not trigger when focus is in an HTML form.
25+
[#2311](https://github.com/rust-lang/mdBook/pull/2311)
26+
327
## mdBook 0.4.36
428
[v0.4.35...v0.4.36](https://github.com/rust-lang/mdBook/compare/v0.4.35...v0.4.36)
529

0 commit comments

Comments
 (0)