|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [2.0.2](https://github.com/rodjek/puppet-lint/tree/2.0.2) (2016-08-19) |
| 4 | +[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.0.1...2.0.2) |
| 5 | + |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- Start a CHANGELOG, make updates part of the build workflow [\#479](https://github.com/rodjek/puppet-lint/issues/479) |
| 9 | +- Nested future scope blocks lose local variables from parent scopes. [\#456](https://github.com/rodjek/puppet-lint/issues/456) |
| 10 | +- block-local variables \(|$x|\) don't properly get recognized when used as arrays or hashes [\#450](https://github.com/rodjek/puppet-lint/issues/450) |
| 11 | +- Option to choose version of the puppet style guide [\#190](https://github.com/rodjek/puppet-lint/issues/190) |
| 12 | + |
| 13 | +**Merged pull requests:** |
| 14 | + |
| 15 | +- Revert "Bugfix: properly handling $gronk-$grouik with --fix \(fix \#442\)" [\#535](https://github.com/rodjek/puppet-lint/pull/535) ([rnelson0](https://github.com/rnelson0)) |
| 16 | + |
3 | 17 | ## [2.0.1](https://github.com/rodjek/puppet-lint/tree/2.0.1) (2016-08-18) |
4 | 18 | [Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.0.0...2.0.1) |
5 | 19 |
|
|
53 | 67 | - Catch code outside of class or define block. [\#220](https://github.com/rodjek/puppet-lint/issues/220) |
54 | 68 | - Catch global code outside of node blocks [\#160](https://github.com/rodjek/puppet-lint/issues/160) |
55 | 69 | - Add a warning for resources outside of a class [\#69](https://github.com/rodjek/puppet-lint/issues/69) |
| 70 | +- Release a new build, 2.0.1 [\#519](https://github.com/rodjek/puppet-lint/issues/519) |
| 71 | +- Puppet-Lint 1.1.0 unhandled issue causing exit during -f [\#366](https://github.com/rodjek/puppet-lint/issues/366) |
56 | 72 |
|
57 | 73 | **Merged pull requests:** |
58 | 74 |
|
59 | 75 | - Continue supporting Ruby \< 2 [\#529](https://github.com/rodjek/puppet-lint/pull/529) ([ghoneycutt](https://github.com/ghoneycutt)) |
| 76 | +- Release 2.0.1 [\#528](https://github.com/rodjek/puppet-lint/pull/528) ([rnelson0](https://github.com/rnelson0)) |
60 | 77 | - Use underscores instead of CamelCase in example [\#527](https://github.com/rodjek/puppet-lint/pull/527) ([ghoneycutt](https://github.com/ghoneycutt)) |
61 | 78 | - new linter for top\_scope\_facts [\#526](https://github.com/rodjek/puppet-lint/pull/526) ([mmckinst](https://github.com/mmckinst)) |
62 | 79 | - \(GH462\) Multi-line comments can now be fixed. [\#525](https://github.com/rodjek/puppet-lint/pull/525) ([rnelson0](https://github.com/rnelson0)) |
@@ -654,4 +671,4 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp |
654 | 671 | ## [0.0.1](https://github.com/rodjek/puppet-lint/tree/0.0.1) (2011-08-15) |
655 | 672 |
|
656 | 673 |
|
657 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 674 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments