summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2024-11-09 13:47:04 +0000
committerGitHub <noreply@github.com>2024-11-09 13:47:04 +0000
commit90960126e8b2da1dc1a7e460c2bdeb8073f1b81e (patch)
tree62055449e5b5bbcfcab628bf68b7d334ee41e697
parent3f4f287e6e5437d83a6e1e6414739a57e4409767 (diff)
parentaa37f24fc1327ef418ee42bc1373a06675bbdd51 (diff)
Merge pull request #2478 from rust-lang/ehuss-patch-1HEADmaster
Add note about updating `index.hbs`
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c70b0ade..cd10dbf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@
## mdBook 0.4.41
[v0.4.40...v0.4.41](https://github.com/rust-lang/mdBook/compare/v0.4.40...v0.4.41)
+**Note:** If you have a custom `index.hbs` theme file, you will need to update it to the latest version.
+
### Added
- Added preliminary support for Rust 2024 edition.