Skip to content

Commit cdfa5ad

Browse files
authored
Add missing entries for 0.4.16
1 parent 720f502 commit cdfa5ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@
1717
[#1771](https://github.com/rust-lang/mdBook/pull/1771)
1818
- The 404 not-found page now includes the books title in the HTML title tag.
1919
[#1693](https://github.com/rust-lang/mdBook/pull/1693)
20+
- Migrated to clap 3.0 which which handles CLI option parsing.
21+
[#1731](https://github.com/rust-lang/mdBook/pull/1731)
2022

2123
### Fixed
2224
- Minor fixes to the markdown parser.
2325
[#1729](https://github.com/rust-lang/mdBook/pull/1729)
2426
- Fixed incorrect parsing in `SUMMARY.md` when it didn't start with a title.
2527
[#1744](https://github.com/rust-lang/mdBook/pull/1744)
28+
- Fixed duplicate anchor IDs for links in search results.
29+
[#1749](https://github.com/rust-lang/mdBook/pull/1749)
2630

2731
## mdBook 0.4.15
2832
[5eb7d46...68a5c09](https://github.com/rust-lang/mdBook/compare/5eb7d46...68a5c09)

0 commit comments

Comments
 (0)