diff options
author | Chris Price <chris@puppetlabs.com> | 2013-04-01 15:29:54 -0700 |
---|---|---|
committer | Dan Bode <dan@puppetlabs.com> | 2013-04-02 15:10:43 -0700 |
commit | 6c245ef674316f4fbddb79698552138fe9f1e69a (patch) | |
tree | d231794a23687e28679afe8a934320476965c443 /CHANGELOG | |
parent | e824ab2abae16e97f9a19d21580d6825c4bf705e (diff) | |
download | puppet-inifile-6c245ef674316f4fbddb79698552138fe9f1e69a.tar.gz puppet-inifile-6c245ef674316f4fbddb79698552138fe9f1e69a.tar.bz2 |
Update Modulefile and Changelog, prepping for 0.10.0 release
This commit also adds some comments clarifying the new code
that was added to support purging.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2013-02-15 - Karel Brezina <karel.brezina@gmail.com> - 0.10.0 + * Added 'ini_subsetting' custom resource type (4351d8b) + +2013-03-11 - Dan Bode <dan@puppetlabs.com> - 0.10.0 + * guard against nil indentation values (5f71d7f) + +2013-01-07 - Dan Bode <dan@puppetlabs.com> - 0.10.0 + * Add purging support to ini file (2f22483) + +2013-02-05 - James Sweeny <james.sweeny@puppetlabs.com> - 0.10.0 + * Fix test to use correct key_val_parameter (b1aff63) + +2012-11-06 - Chris Price <chris@puppetlabs.com> - 0.10.0 + * Added license file w/Apache 2.0 license (5e1d203) + 2012-11-02 - Chris Price <chris@puppetlabs.com> - 0.9.0 * Version 0.9.0 released |