diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | Modulefile | 2 | ||||
-rw-r--r-- | README.markdown | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..cc1ff9a --- /dev/null +++ b/CHANGELOG @@ -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) @@ -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' diff --git a/README.markdown b/README.markdown index 3e6532e..53769e0 100644 --- a/README.markdown +++ b/README.markdown @@ -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 "". |