summaryrefslogtreecommitdiff
path: root/Changelog.md
blob: cadbbf5b0e811b595f5ec54b7548ffc355643cd7 (plain)
1
2
3
4
5
6
7
8
9
10
# Unreleased

- 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)).

# v1.0.6

- Add support for treesitter mode.
- Fix warnings resulting from rust-utils.el. [Fixes #509](https://github.com/rust-lang/rust-mode/issues/509).
- Fix tree sitter mode with hooks integraiton. [Fixes #516](https://github.com/rust-lang/rust-mode/issues/516).