summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-04-03 12:55:41 -0700
committerEric Huss <eric@huss.org>2020-04-03 12:55:41 -0700
commit8e673c96c216d8e24a126e335ba30974b3e96388 (patch)
treeca04bfaa8c59858fa4ffb9fd49308d5de6e24b44
parent99ecd4f87cf3bf8413cc9918c20614545e02d491 (diff)
Release 0.3.7v0.3.7
-rw-r--r--CHANGELOG.md19
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 21 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ea15311..e26567a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## mdBook 0.3.7
+[88684d8...99ecd4f](https://github.com/rust-lang/mdBook/compare/88684d8...99ecd4f)
+
+### Changed
+- Code spans in headers are no longer highlighted as code.
+ [#1162](https://github.com/rust-lang/mdBook/pull/1162)
+- The sidebar will now scroll the activate page to the middle instead of the top.
+ [#1161](https://github.com/rust-lang/mdBook/pull/1161)
+- Reverted change to reject build output within the `src` directory, and
+ instead add a check that prevents infinite copies.
+ [#1181](https://github.com/rust-lang/mdBook/pull/1181)
+ [#1026](https://github.com/rust-lang/mdBook/pull/1026)
+
+### Fixed
+- Fixed sidebar line-height jumping for collapsed chapters.
+ [#1182](https://github.com/rust-lang/mdBook/pull/1182)
+- Fixed theme selector focus.
+ [#1170](https://github.com/rust-lang/mdBook/pull/1170)
+
## mdBook 0.3.6
[efdb832...88684d8](https://github.com/rust-lang/mdBook/compare/efdb832...88684d8)
diff --git a/Cargo.lock b/Cargo.lock
index a8cb7b62..1fdcba81 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -666,7 +666,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mdbook"
-version = "0.3.6"
+version = "0.3.7"
dependencies = [
"ammonia 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index f0286bd6..a774a57e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.3.6"
+version = "0.3.7"
authors = [
"Mathieu David <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",