Add CHANGELOG and update README; final commit for 0.0.2 release

This commit is contained in:
Chris Price 2012-08-20 14:10:39 -07:00
parent c57dab4903
commit 04e2c5ea3b
3 changed files with 5 additions and 1 deletions

2
CHANGELOG Normal file
View file

@ -0,0 +1,2 @@
2012-08-17 - Chris Price <chris@pupppetlabs.com> - 0.0.2
* Add support for "global" section at beginning of file (c57dab4)

View file

@ -1,5 +1,5 @@
name 'cprice404-inifile'
version '0.0.1'
version '0.0.2'
source 'git://github.com/cprice-puppet/puppetlabs-inifile.git'
author 'Chris Price'
description 'Resource types for managing settings in INI files'

View file

@ -19,4 +19,6 @@ A few noteworthy features:
etc. perfectly intact.
* Supports comments starting with either '#' or ';'.
* Will add missing sections if they don't exist.
* Supports a "global" section (settings that go at the beginning of the file,
before any named sections) by specifying a section name of "".