Skip to content

Commit 84cfb71

Browse files
committed
Auto merge of rust-lang#4217 - Manishearth:clog, r=flip1995
Update changelog headings 1.36 is beta now changelog: none
2 parents ec98e53 + a3f6f84 commit 84cfb71

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

CHANGELOG.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased / In Rust Beta or Nightly
66

7-
[eb9f9b1...master](https://github.com/rust-lang/rust-clippy/compare/eb9f9b1...master)
7+
[01ab9fe6...master](https://github.com/rust-lang/rust-clippy/compare/01ab9fe6...master)
8+
9+
10+
## Rust 1.36
11+
12+
Current beta
13+
14+
[eb9f9b1...71be6f62](https://github.com/rust-lang/rust-clippy/compare/eb9f9b1...71be6f62)
815

916
* New lints: [`find_map`], [`filter_map_next`] [#4039](https://github.com/rust-lang/rust-clippy/pull/4039)
1017
* New lint: [`path_buf_push_overwrite`] [#3954](https://github.com/rust-lang/rust-clippy/pull/3954)
@@ -31,7 +38,10 @@ All notable changes to this project will be documented in this file.
3138
* Fix ICE in [`decimal_literal_representation`] [#3931](https://github.com/rust-lang/rust-clippy/pull/3931)
3239

3340

34-
## Rust 1.35 (beta)
41+
## Rust 1.35
42+
43+
Current stable, released 2019-05-20
44+
3545
[1fac380..37f5c1e](https://github.com/rust-lang/rust-clippy/compare/1fac380...37f5c1e)
3646

3747
* New lint: [`drop_bounds`] to detect `T: Drop` bounds
@@ -56,7 +66,9 @@ All notable changes to this project will be documented in this file.
5666
* Avoid triggering [`redundant_closure`] in macros
5767
* ICE fixes: [#3805](https://github.com/rust-lang/rust-clippy/pull/3805), [#3772](https://github.com/rust-lang/rust-clippy/pull/3772), [#3741](https://github.com/rust-lang/rust-clippy/pull/3741)
5868

59-
## Rust 1.34 (2019-04-10)
69+
## Rust 1.34
70+
71+
Released 2019-04-10
6072

6173
[1b89724...1fac380](https://github.com/rust-lang/rust-clippy/compare/1b89724...1fac380)
6274

@@ -84,7 +96,9 @@ All notable changes to this project will be documented in this file.
8496
[#3665][pull3665] for more details.
8597
* We now have [improved documentation][adding_lints] on how to add new lints
8698

87-
## Rust 1.33 (2019-02-26)
99+
## Rust 1.33
100+
101+
Released 2019-02-26
88102

89103
[b2601be...1b89724](https://github.com/rust-lang/rust-clippy/compare/b2601be...1b89724)
90104

@@ -115,7 +129,9 @@ All notable changes to this project will be documented in this file.
115129
* Improve suggestions for `question_mark` lint
116130
* Fix incorrect suggestion for `get_unwrap`
117131

118-
## Rust 1.32 (2019-01-17)
132+
## Rust 1.32
133+
134+
Released 2019-01-17
119135

120136
[2e26fdc2...b2601be](https://github.com/rust-lang/rust-clippy/compare/2e26fdc2...b2601be)
121137

@@ -143,7 +159,9 @@ All notable changes to this project will be documented in this file.
143159
* Improve suggestion for `needless_range_loop`
144160
* Move `needless_pass_by_value` from `pedantic` group to `style`
145161

146-
## Rust 1.31 (2018-12-06)
162+
## Rust 1.31
163+
164+
Released 2018-12-06
147165

148166
[125907ad..2e26fdc2](https://github.com/rust-lang/rust-clippy/compare/125907ad..2e26fdc2)
149167

@@ -181,7 +199,9 @@ All notable changes to this project will be documented in this file.
181199
* Improve suggestions for `manual_memcpy`
182200
* Improve help message for `needless_lifetimes`
183201

184-
## Rust 1.30 (2018-10-25)
202+
## Rust 1.30
203+
204+
Released 2018-10-25
185205

186206
[14207503...125907ad](https://github.com/rust-lang/rust-clippy/compare/14207503...125907ad)
187207

@@ -210,7 +230,9 @@ All notable changes to this project will be documented in this file.
210230
* Move `shadow_unrelated` from `restriction` group to `pedantic`
211231
* Move `indexing_slicing` from `pedantic` group to `restriction`
212232

213-
## Rust 1.29 (2018-09-13)
233+
## Rust 1.29
234+
235+
Released 2018-09-13
214236

215237
[v0.0.212...14207503](https://github.com/rust-lang/rust-clippy/compare/v0.0.212...14207503)
216238

0 commit comments

Comments
 (0)