Parcourir la source

Add CHANGELOG and update README; final commit for 0.0.2 release

Chris Price il y a 11 ans
Parent
commit
04e2c5ea3b
3 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 2 0
      CHANGELOG
  2. 1 1
      Modulefile
  3. 2 0
      README.markdown

+ 2 - 0
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 - 1
Modulefile

@@ -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'

+ 2 - 0
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 "".