Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 6904d00

Browse files
committed
Update the changelog
New version of the generator changed the style and cleaned a few things up.
1 parent 80058bc commit 6904d00

File tree

1 file changed

+49
-14
lines changed

1 file changed

+49
-14
lines changed

CHANGELOG.md

Lines changed: 49 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Change Log
22

33
## [v2.2.1](https://github.com/AtomLinter/linter-flake8/tree/v2.2.1) (2017-04-25)
4+
45
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.2.0...v2.2.1)
56

67
**Fixed bugs:**
78

89
- Report when flake8 crashes! [\#414](https://github.com/AtomLinter/linter-flake8/pull/414) ([Arcanemagus](https://github.com/Arcanemagus))
910

1011
## [v2.2.0](https://github.com/AtomLinter/linter-flake8/tree/v2.2.0) (2017-04-25)
12+
1113
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.5...v2.2.0)
1214

1315
**Implemented enhancements:**
@@ -18,25 +20,27 @@
1820
- Uniquely spawn lint runs [\#412](https://github.com/AtomLinter/linter-flake8/pull/412) ([Arcanemagus](https://github.com/Arcanemagus))
1921
- Asyncify the specs [\#411](https://github.com/AtomLinter/linter-flake8/pull/411) ([Arcanemagus](https://github.com/Arcanemagus))
2022
- Add support for builtins [\#410](https://github.com/AtomLinter/linter-flake8/pull/410) ([Arcanemagus](https://github.com/Arcanemagus))
21-
- Update atom-linter to the latest version 🚀 [\#393](https://github.com/AtomLinter/linter-flake8/pull/393) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
23+
- Update atom-linter to version 10.0.0 🚀 [\#393](https://github.com/AtomLinter/linter-flake8/pull/393) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
2224
- Update default line-length value [\#381](https://github.com/AtomLinter/linter-flake8/pull/381) ([Arcanemagus](https://github.com/Arcanemagus))
2325

2426
## [v2.1.5](https://github.com/AtomLinter/linter-flake8/tree/v2.1.5) (2017-03-18)
27+
2528
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.4...v2.1.5)
2629

2730
**Implemented enhancements:**
2831

2932
- Update to eslint-config-airbnb-base v11.1.1 [\#368](https://github.com/AtomLinter/linter-flake8/pull/368) ([Arcanemagus](https://github.com/Arcanemagus))
3033
- Update CI configuration [\#367](https://github.com/AtomLinter/linter-flake8/pull/367) ([Arcanemagus](https://github.com/Arcanemagus))
31-
- Update fs-plus to the latest version 🚀 [\#361](https://github.com/AtomLinter/linter-flake8/pull/361) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
32-
- Update atom-linter to the latest version 🚀 [\#349](https://github.com/AtomLinter/linter-flake8/pull/349) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
34+
- Update fs-plus to version 3.0.0 🚀 [\#361](https://github.com/AtomLinter/linter-flake8/pull/361) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
35+
- Update atom-linter to version 9.0.0 🚀 [\#349](https://github.com/AtomLinter/linter-flake8/pull/349) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
3336

3437
## [v2.1.4](https://github.com/AtomLinter/linter-flake8/tree/v2.1.4) (2016-12-12)
38+
3539
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.3...v2.1.4)
3640

3741
**Implemented enhancements:**
3842

39-
- Update eslint-config-airbnb-base to the latest version 🚀 [\#306](https://github.com/AtomLinter/linter-flake8/pull/306) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
43+
- Update eslint-config-airbnb-base to version 11.0.0 🚀 [\#306](https://github.com/AtomLinter/linter-flake8/pull/306) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
4044

4145
**Fixed bugs:**
4246

@@ -46,6 +50,7 @@
4650
- Remove custom range fixers [\#304](https://github.com/AtomLinter/linter-flake8/pull/304) ([Arcanemagus](https://github.com/Arcanemagus))
4751

4852
## [v2.1.3](https://github.com/AtomLinter/linter-flake8/tree/v2.1.3) (2016-11-30)
53+
4954
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.2...v2.1.3)
5055

5156
**Fixed bugs:**
@@ -54,13 +59,15 @@
5459
- Added "g" flag to project path replacement [\#291](https://github.com/AtomLinter/linter-flake8/pull/291) ([hiroaki-yamamoto](https://github.com/hiroaki-yamamoto))
5560

5661
## [v2.1.2](https://github.com/AtomLinter/linter-flake8/tree/v2.1.2) (2016-11-29)
62+
5763
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.1...v2.1.2)
5864

5965
**Implemented enhancements:**
6066

6167
- Add activationHooks for django-atom [\#287](https://github.com/AtomLinter/linter-flake8/pull/287) ([jjlorenzo](https://github.com/jjlorenzo))
6268

6369
## [v2.1.1](https://github.com/AtomLinter/linter-flake8/tree/v2.1.1) (2016-11-21)
70+
6471
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.0...v2.1.1)
6572

6673
**Fixed bugs:**
@@ -69,23 +76,26 @@
6976
- Activate on more grammars [\#281](https://github.com/AtomLinter/linter-flake8/pull/281) ([walles](https://github.com/walles))
7077

7178
## [v2.1.0](https://github.com/AtomLinter/linter-flake8/tree/v2.1.0) (2016-11-19)
79+
7280
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.0.2...v2.1.0)
7381

7482
**Implemented enhancements:**
7583

7684
- Handle errors more gracefully [\#277](https://github.com/AtomLinter/linter-flake8/pull/277) ([Arcanemagus](https://github.com/Arcanemagus))
7785
- Improve Atom startup time [\#276](https://github.com/AtomLinter/linter-flake8/pull/276) ([walles](https://github.com/walles))
78-
- Update eslint-config-airbnb-base to the latest version 🚀 [\#272](https://github.com/AtomLinter/linter-flake8/pull/272) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
86+
- Update eslint-config-airbnb-base to version 10.0.0 🚀 [\#272](https://github.com/AtomLinter/linter-flake8/pull/272) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
7987
- Move to a generated changelog [\#264](https://github.com/AtomLinter/linter-flake8/pull/264) ([Arcanemagus](https://github.com/Arcanemagus))
8088

8189
## [v2.0.2](https://github.com/AtomLinter/linter-flake8/tree/v2.0.2) (2016-10-18)
90+
8291
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.0.1...v2.0.2)
8392

8493
**Fixed bugs:**
8594

8695
- Workaround a bug with E999 reporting [\#262](https://github.com/AtomLinter/linter-flake8/pull/262) ([Arcanemagus](https://github.com/Arcanemagus))
8796

8897
## [v2.0.1](https://github.com/AtomLinter/linter-flake8/tree/v2.0.1) (2016-10-17)
98+
8999
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.0.0...v2.0.1)
90100

91101
**Implemented enhancements:**
@@ -98,11 +108,11 @@
98108
- chore\(package\): update fs-plus to version 2.9.3 [\#261](https://github.com/AtomLinter/linter-flake8/pull/261) ([Arcanemagus](https://github.com/Arcanemagus))
99109

100110
## [v2.0.0](https://github.com/AtomLinter/linter-flake8/tree/v2.0.0) (2016-10-15)
111+
101112
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.13.4...v2.0.0)
102113

103114
**Implemented enhancements:**
104115

105-
- Rewrite in ES2017 [\#255](https://github.com/AtomLinter/linter-flake8/pull/255) ([Arcanemagus](https://github.com/Arcanemagus))
106116
- Update eslint-config-airbnb-base to version 8.0.0 🚀 [\#250](https://github.com/AtomLinter/linter-flake8/pull/250) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
107117
- Update eslint-config-airbnb-base to version 7.0.0 🚀 [\#246](https://github.com/AtomLinter/linter-flake8/pull/246) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
108118

@@ -114,6 +124,7 @@
114124
- Rewrite in ES2017 [\#255](https://github.com/AtomLinter/linter-flake8/pull/255) ([Arcanemagus](https://github.com/Arcanemagus))
115125

116126
## [v1.13.4](https://github.com/AtomLinter/linter-flake8/tree/v1.13.4) (2016-09-06)
127+
117128
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.13.3...v1.13.4)
118129

119130
**Implemented enhancements:**
@@ -126,6 +137,7 @@
126137
- fix flake8 config param [\#244](https://github.com/AtomLinter/linter-flake8/pull/244) ([urbaniak](https://github.com/urbaniak))
127138

128139
## [v1.13.3](https://github.com/AtomLinter/linter-flake8/tree/v1.13.3) (2016-09-02)
140+
129141
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.13.2...v1.13.3)
130142

131143
**Implemented enhancements:**
@@ -146,9 +158,11 @@
146158
- Fix per-project configuration behaviour [\#201](https://github.com/AtomLinter/linter-flake8/pull/201) ([rarguelloF](https://github.com/rarguelloF))
147159

148160
## [v1.13.2](https://github.com/AtomLinter/linter-flake8/tree/v1.13.2) (2016-06-13)
161+
149162
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.13.1...v1.13.2)
150163

151164
## [v1.13.1](https://github.com/AtomLinter/linter-flake8/tree/v1.13.1) (2016-06-13)
165+
152166
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.13.0...v1.13.1)
153167

154168
**Implemented enhancements:**
@@ -167,6 +181,7 @@
167181
- Handle some internal API changes in Atom v1.9.0 [\#188](https://github.com/AtomLinter/linter-flake8/pull/188) ([Arcanemagus](https://github.com/Arcanemagus))
168182

169183
## [v1.13.0](https://github.com/AtomLinter/linter-flake8/tree/v1.13.0) (2016-03-04)
184+
170185
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.12.1...v1.13.0)
171186

172187
**Implemented enhancements:**
@@ -175,13 +190,15 @@
175190
- $PROJECT\_NAME substitution [\#167](https://github.com/AtomLinter/linter-flake8/pull/167) ([trsanders](https://github.com/trsanders))
176191

177192
## [v1.12.1](https://github.com/AtomLinter/linter-flake8/tree/v1.12.1) (2016-03-01)
193+
178194
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.12.0...v1.12.1)
179195

180196
**Fixed bugs:**
181197

182198
- Ensure fs.normalize\(\) applied to exec path. [\#162](https://github.com/AtomLinter/linter-flake8/pull/162) ([lexicalunit](https://github.com/lexicalunit))
183199

184200
## [v1.12.0](https://github.com/AtomLinter/linter-flake8/tree/v1.12.0) (2016-02-24)
201+
185202
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.11.0...v1.12.0)
186203

187204
**Implemented enhancements:**
@@ -190,6 +207,7 @@
190207
- Add support for $PROJECT substitution [\#143](https://github.com/AtomLinter/linter-flake8/pull/143) ([keras](https://github.com/keras))
191208

192209
## [v1.11.0](https://github.com/AtomLinter/linter-flake8/tree/v1.11.0) (2016-02-19)
210+
193211
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.10.1...v1.11.0)
194212

195213
**Implemented enhancements:**
@@ -200,6 +218,7 @@
200218
- Update atom-package-deps to version 4.0.1 🚀 [\#152](https://github.com/AtomLinter/linter-flake8/pull/152) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
201219

202220
## [v1.10.1](https://github.com/AtomLinter/linter-flake8/tree/v1.10.1) (2016-02-05)
221+
203222
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.10.0...v1.10.1)
204223

205224
**Implemented enhancements:**
@@ -208,6 +227,7 @@
208227
- Update eslint-config-airbnb to version 5.0.0 🚀 [\#147](https://github.com/AtomLinter/linter-flake8/pull/147) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
209228

210229
## [v1.10.0](https://github.com/AtomLinter/linter-flake8/tree/v1.10.0) (2016-01-28)
230+
211231
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.9.3...v1.10.0)
212232

213233
**Implemented enhancements:**
@@ -224,6 +244,7 @@
224244
- Only match imports after the `import` keyword [\#142](https://github.com/AtomLinter/linter-flake8/pull/142) ([patrys](https://github.com/patrys))
225245

226246
## [v1.9.3](https://github.com/AtomLinter/linter-flake8/tree/v1.9.3) (2015-12-16)
247+
227248
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.9.2...v1.9.3)
228249

229250
**Implemented enhancements:**
@@ -240,6 +261,7 @@
240261
- Don't rely on screen rows and respect offsets [\#128](https://github.com/AtomLinter/linter-flake8/pull/128) ([patrys](https://github.com/patrys))
241262

242263
## [v1.9.2](https://github.com/AtomLinter/linter-flake8/tree/v1.9.2) (2015-11-12)
264+
243265
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.9.1...v1.9.2)
244266

245267
**Fixed bugs:**
@@ -250,6 +272,7 @@
250272
- Removed flake8-pep257 from README \(\#106\) [\#110](https://github.com/AtomLinter/linter-flake8/pull/110) ([cemsbr](https://github.com/cemsbr))
251273

252274
## [v1.9.1](https://github.com/AtomLinter/linter-flake8/tree/v1.9.1) (2015-10-19)
275+
253276
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.9.0...v1.9.1)
254277

255278
**Fixed bugs:**
@@ -258,11 +281,11 @@
258281
- Verify tokenizedLine is set [\#98](https://github.com/AtomLinter/linter-flake8/pull/98) ([Arcanemagus](https://github.com/Arcanemagus))
259282

260283
## [v1.9.0](https://github.com/AtomLinter/linter-flake8/tree/v1.9.0) (2015-10-13)
284+
261285
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.8.0...v1.9.0)
262286

263287
**Implemented enhancements:**
264288

265-
- Update README.md [\#94](https://github.com/AtomLinter/linter-flake8/pull/94) ([Arcanemagus](https://github.com/Arcanemagus))
266289
- Add support for highlighting unused imports [\#81](https://github.com/AtomLinter/linter-flake8/pull/81) ([patrys](https://github.com/patrys))
267290

268291
**Fixed bugs:**
@@ -271,15 +294,14 @@
271294
- Update README.md [\#94](https://github.com/AtomLinter/linter-flake8/pull/94) ([Arcanemagus](https://github.com/Arcanemagus))
272295

273296
## [v1.8.0](https://github.com/AtomLinter/linter-flake8/tree/v1.8.0) (2015-10-08)
297+
274298
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.7.0...v1.8.0)
275299

276300
**Implemented enhancements:**
277301

278302
- Add Landon as a collaborator [\#87](https://github.com/AtomLinter/linter-flake8/issues/87)
279-
- Remove executableDir setting [\#63](https://github.com/AtomLinter/linter-flake8/issues/63)
280303
- Show more detailed error about not found executable [\#2](https://github.com/AtomLinter/linter-flake8/issues/2)
281304
- Use container based Travis [\#92](https://github.com/AtomLinter/linter-flake8/pull/92) ([Arcanemagus](https://github.com/Arcanemagus))
282-
- Add coffeelint [\#91](https://github.com/AtomLinter/linter-flake8/pull/91) ([Arcanemagus](https://github.com/Arcanemagus))
283305
- Add Travis-CI [\#90](https://github.com/AtomLinter/linter-flake8/pull/90) ([Arcanemagus](https://github.com/Arcanemagus))
284306
- Allow for custom error letters. [\#88](https://github.com/AtomLinter/linter-flake8/pull/88) ([beck](https://github.com/beck))
285307

@@ -296,6 +318,7 @@
296318
- Fix version number in CHANGELOG [\#85](https://github.com/AtomLinter/linter-flake8/pull/85) ([frewsxcv](https://github.com/frewsxcv))
297319

298320
## [v1.7.0](https://github.com/AtomLinter/linter-flake8/tree/v1.7.0) (2015-10-02)
321+
299322
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.6.1...v1.7.0)
300323

301324
**Implemented enhancements:**
@@ -313,13 +336,15 @@
313336
- Compromise for passing a config file to flake8 [\#68](https://github.com/AtomLinter/linter-flake8/pull/68) ([jeremyosborne](https://github.com/jeremyosborne))
314337

315338
## [v1.6.1](https://github.com/AtomLinter/linter-flake8/tree/v1.6.1) (2015-08-14)
339+
316340
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.6.0...v1.6.1)
317341

318342
**Implemented enhancements:**
319343

320344
- change lintOnFly to true [\#65](https://github.com/AtomLinter/linter-flake8/pull/65) ([Ryex](https://github.com/Ryex))
321345

322346
## [v1.6.0](https://github.com/AtomLinter/linter-flake8/tree/v1.6.0) (2015-08-03)
347+
323348
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.5.0...v1.6.0)
324349

325350
**Implemented enhancements:**
@@ -334,6 +359,7 @@
334359
- Fix small typo [\#54](https://github.com/AtomLinter/linter-flake8/pull/54) ([c0dr](https://github.com/c0dr))
335360

336361
## [v1.5.0](https://github.com/AtomLinter/linter-flake8/tree/v1.5.0) (2015-07-04)
362+
337363
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.4.2...v1.5.0)
338364

339365
**Implemented enhancements:**
@@ -347,18 +373,20 @@
347373
- Upcoming linter changes [\#40](https://github.com/AtomLinter/linter-flake8/issues/40)
348374

349375
## [v1.4.2](https://github.com/AtomLinter/linter-flake8/tree/v1.4.2) (2015-05-27)
376+
350377
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.4.1...v1.4.2)
351378

352379
**Fixed bugs:**
353380

354381
- Uncaught TypeError: undefined is not a function [\#28](https://github.com/AtomLinter/linter-flake8/issues/28)
355382

356383
## [v1.4.1](https://github.com/AtomLinter/linter-flake8/tree/v1.4.1) (2015-05-20)
384+
357385
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.4.0...v1.4.1)
358386

359387
**Implemented enhancements:**
360388

361-
- README: information on docstrings \(pep257\) support [\#26](https://github.com/AtomLinter/linter-flake8/pull/26) ([andya9](https://github.com/andya9))
389+
- README: information on docstrings \(pep257\) support [\#26](https://github.com/AtomLinter/linter-flake8/pull/26) ([ghost](https://github.com/ghost))
362390

363391
**Fixed bugs:**
364392

@@ -368,6 +396,7 @@
368396
- Update package.json to be APIv1.0-compliant [\#32](https://github.com/AtomLinter/linter-flake8/pull/32) ([idan](https://github.com/idan))
369397

370398
## [v1.4.0](https://github.com/AtomLinter/linter-flake8/tree/v1.4.0) (2015-04-19)
399+
371400
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.3.0...v1.4.0)
372401

373402
**Implemented enhancements:**
@@ -384,6 +413,7 @@
384413
- Fixed config to adhere to the API docs. Fixes \#19 [\#20](https://github.com/AtomLinter/linter-flake8/pull/20) ([ChaoticMind](https://github.com/ChaoticMind))
385414

386415
## [v1.3.0](https://github.com/AtomLinter/linter-flake8/tree/v1.3.0) (2015-02-04)
416+
387417
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.2.0...v1.3.0)
388418

389419
**Implemented enhancements:**
@@ -396,6 +426,7 @@
396426
- Grab Q\*\*\* linter error [\#15](https://github.com/AtomLinter/linter-flake8/pull/15) ([2m](https://github.com/2m))
397427

398428
## [v1.2.0](https://github.com/AtomLinter/linter-flake8/tree/v1.2.0) (2014-09-23)
429+
399430
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.1.2...v1.2.0)
400431

401432
**Implemented enhancements:**
@@ -404,34 +435,38 @@
404435
- Add maxComplexity for mccabe. [\#9](https://github.com/AtomLinter/linter-flake8/pull/9) ([deybhayden](https://github.com/deybhayden))
405436

406437
## [v1.1.2](https://github.com/AtomLinter/linter-flake8/tree/v1.1.2) (2014-08-13)
438+
407439
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.1.1...v1.1.2)
408440

409441
## [v1.1.1](https://github.com/AtomLinter/linter-flake8/tree/v1.1.1) (2014-08-13)
442+
410443
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.1.0...v1.1.1)
411444

412445
**Merged pull requests:**
413446

414447
- modified regex to handle windows line endings [\#7](https://github.com/AtomLinter/linter-flake8/pull/7) ([ghost](https://github.com/ghost))
415448

416449
## [v1.1.0](https://github.com/AtomLinter/linter-flake8/tree/v1.1.0) (2014-07-28)
450+
417451
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.0.8...v1.1.0)
418452

419453
## [v1.0.8](https://github.com/AtomLinter/linter-flake8/tree/v1.0.8) (2014-07-28)
420-
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.0.7...v1.0.8)
421-
422-
**Implemented enhancements:**
423454

424-
- Add options, fix typo in defaults [\#3](https://github.com/AtomLinter/linter-flake8/pull/3) ([bstrdsmkr](https://github.com/bstrdsmkr))
455+
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.0.7...v1.0.8)
425456

426457
**Fixed bugs:**
427458

428459
- Uncaught Error: spawn EN0ENT [\#1](https://github.com/AtomLinter/linter-flake8/issues/1)
429460
- Add options, fix typo in defaults [\#3](https://github.com/AtomLinter/linter-flake8/pull/3) ([bstrdsmkr](https://github.com/bstrdsmkr))
430461

431462
## [v1.0.7](https://github.com/AtomLinter/linter-flake8/tree/v1.0.7) (2014-07-23)
463+
432464
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v1.0.6...v1.0.7)
433465

434466
## [v1.0.6](https://github.com/AtomLinter/linter-flake8/tree/v1.0.6) (2014-07-11)
435467

468+
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/c8fea6d554af10dc592c87073ec867a2477f226c...v1.0.6)
469+
470+
436471

437472
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)