forked from santana/puppet-cleaner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
36 lines (29 loc) · 866 Bytes
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0.3.1 2013-05-09
-----------------
Bug fixes:
* file resources were incorrectly transformed when a selector was used
for ensure attributes
* comments starting with '##' were transformed to '# #'
0.3.0 2013-05-05
-----------------
Features:
* New worker for quoting resource titles (-r option)
0.2.1 2013-05-03
-----------------
Bug fix:
* puppet-diff and puppet-inspect were not updated with puppet 3 support
0.2.0 2013-04-29
-----------------
Features:
* puppet 3 support
0.1.1 2013-04-26
-----------------
Bug fix:
* uninitialized constant Puppet::Cleaner::Worker (NameError) runtime error fixed
0.1.0 2013-04-16
-----------------
Features:
* run puppet-clean -h to see the list of available formatters
Caveats:
* comments are assumed to occur alone in a line
* monkey patches puppet 2.7.11; it hasn't been tested on any other version