summaryrefslogtreecommitdiff
path: root/Changelog.md
diff options
context:
space:
mode:
authorEval EXEC <execvy@gmail.com>2025-04-04 14:39:00 +0800
committerEval EXEC <execvy@gmail.com>2025-04-04 14:39:00 +0800
commit212bb631237303e5be199136ee523b6e3046367c (patch)
tree9aec0f6ea9f86693501bb412940ce2e365d0d326 /Changelog.md
parentefd830806c8519bb7f614504eac6bdfdbbac1247 (diff)
downloadrust-mode-212bb631237303e5be199136ee523b6e3046367c.tar.gz
Upgrade rustfmt edition to 2024
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index cadbbf5..bea46db 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,6 @@
# Unreleased
+- Update rustfmt's defaults to use 2024 edition ([#566](https://github.com/rust-lang/rust-mode/issues/509)).
- Update rustfmt's defaults to use 2021 edition ([#554](https://github.com/rust-lang/rust-mode/issues/509)).
- Introduce `rust-format-mode` for `rust-format-buffer` ([#556](https://github.com/rust-lang/rust-mode/pull/556)).