Tags give the ability to mark specific points in history as being important
-
v0.4
4e52a966 · ·Significant overhaul. Added: - Configuration files may have items declared outside of sections. This allows for simpler configurations or for configurations where defining a section header isn't appropriate. - Configuration items may be accessed using dot notation, for example, `myconf.section.item` as well as by index notation. - Can now iterate through sections. Updated: - Documentation includes examples. - Everything in the MergeConf class.