diff options
author | Chris Price <chris@puppetlabs.com> | 2012-08-20 14:10:39 -0700 |
---|---|---|
committer | Chris Price <chris@puppetlabs.com> | 2012-08-20 14:13:37 -0700 |
commit | 04e2c5ea3bb53af820d2ef24daac9ef1f1efd299 (patch) | |
tree | 197feec510b3c31a85efcb393c2a90dbc7ac55b7 /README.markdown | |
parent | c57dab4903a6a23fb14dc79c76efea989e694460 (diff) | |
download | puppet-inifile-04e2c5ea3bb53af820d2ef24daac9ef1f1efd299.tar.gz puppet-inifile-04e2c5ea3bb53af820d2ef24daac9ef1f1efd299.tar.bz2 |
Add CHANGELOG and update README; final commit for 0.0.2 release
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
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 "". |