Skip to content

Commit 70fc9bc

Browse files
docs: add download options to changelog
1 parent 3ee1cb7 commit 70fc9bc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
### Fixed
6565
- Remove useless `deprecated` attribute on a trait impl block in the rustfmt lib, as these now trigger errors ([rust-lang/rust/#78626](https://github.com/rust-lang/rust/pull/78626))
6666

67+
### Install/Download Options
68+
- **crates.io package** - **pending**
69+
- **rustup (nightly)** - **pending**
70+
- **GitHub Release Binaries** - [Release v1.4.24](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.24)
71+
- **Build from source** - [Tag v1.4.24](https://github.com/rust-lang/rustfmt/tree/v1.4.24), see instructions for how to [install rustfmt from source][install-from-source]
72+
6773
## [1.4.23] 2020-10-30
6874

6975
### Changed
@@ -81,6 +87,12 @@
8187
- Preserve comments in empty statements [#4018](https://github.com/rust-lang/rustfmt/issues/4018))
8288
- Indentation on skipped code [#4398](https://github.com/rust-lang/rustfmt/issues/4398))
8389

90+
### Install/Download Options
91+
- **crates.io package** - **pending**
92+
- **rustup (nightly)** - n/a (superseded by [v1.4.24](#1424-2020-11-05))
93+
- **GitHub Release Binaries** - [Release v1.4.23](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.23)
94+
- **Build from source** - [Tag v1.4.23](https://github.com/rust-lang/rustfmt/tree/v1.4.23), see instructions for how to [install rustfmt from source][install-from-source]
95+
8496
## [1.4.22] 2020-10-04
8597

8698
### Changed
@@ -1024,3 +1036,6 @@ from formatting an attribute #3665
10241036
- Handle tabs properly inside macro with braces (#1918).
10251037
- Fix a typo in `compute_budgets_for_args()` (#1924).
10261038
- Recover comment between keyword (`impl` and `trait`) and `{` which used to get removed (#1925).
1039+
1040+
1041+
[install-from-source]: https://github.com/rust-lang/rustfmt#installing-from-source

0 commit comments

Comments
 (0)