Changelog for config-ini-0.2.0.1
0.2.0.1
- Include prewritten test cases in distributed package
0.2.0.0
- Introduced
Data.Config.Ini.Bidir
, which introduces a new alternate API for working with Ini files. - Reworked the internal representation to accomodate
Data.Config.Ini.Bidir
; as such, the structure ofData.Config.Ini.Raw
is radically changed - Dropped GHC 7.8 backwards-compatibility.
0.1.2.1
- GHC 8.2 compatibility
0.1.2.0
- GHC 7.8 backwards-compatibility
- Started changelog