Skip to content

Commit 9180dd1

Browse files
committed
Release 0.4.2
1 parent 9278b83 commit 9180dd1

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.2
4+
[649f355...9278b83](https://github.com/rust-lang/mdBook/compare/649f355...9278b83)
5+
6+
### Changed
7+
- The "show hidden lines" icon has changed from the "expand" icon to an "eye".
8+
[#1281](https://github.com/rust-lang/mdBook/pull/1281)
9+
- Updated highlight.js. This adds several languages: c, c-like (effectively
10+
cpp), csharp (replaces cs), kotlin, less, lua, php-template, plaintext,
11+
python-repl, r, scss, typescript.
12+
[#1277](https://github.com/rust-lang/mdBook/pull/1277)
13+
14+
### Fixed
15+
- Fixed SUMMARY links that contained newlines.
16+
[#1291](https://github.com/rust-lang/mdBook/pull/1291)
17+
- Fixed SUMMARY links that contain `%20` spaces.
18+
[#1293](https://github.com/rust-lang/mdBook/pull/1293)
19+
- Fixed favicon so that if only the png or svg is overridden, the other is not
20+
automatically included in the `<link>` tag.
21+
[#1272](https://github.com/rust-lang/mdBook/pull/1272)
22+
323
## mdBook 0.4.1
424
[d4df7e7...649f355](https://github.com/rust-lang/mdBook/compare/d4df7e7...649f355)
525

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.4.1"
3+
version = "0.4.2"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)