Skip to content

Commit 441a10b

Browse files
committed
Release 0.3.5.
1 parent efdb832 commit 441a10b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## mdBook 0.3.5
4+
[6e0d0fa...efdb832](https://github.com/rust-lang/mdBook/compare/6e0d0fa...efdb832)
5+
6+
### Changed
7+
- The `default-theme` config setting is now case-insensitive.
8+
[#1079](https://github.com/rust-lang/mdBook/pull/1079)
9+
10+
### Fixed
11+
- Fixed `#` hidden Rust code lines not rendering properly.
12+
[#1088](https://github.com/rust-lang/mdBook/pull/1088)
13+
- Updated pulldown-cmark to 0.6.1, fixing several issues.
14+
[#1021](https://github.com/rust-lang/mdBook/pull/1021)
15+
316
## mdBook 0.3.4
417
[e5f77aa...6e0d0fa](https://github.com/rust-lang/mdBook/compare/e5f77aa...6e0d0fa)
518

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

0 commit comments

Comments
 (0)