Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 903 Bytes

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 903 Bytes

0.5.0

2023-02-08, Chris Martin

The behavior of (<>) for the Ini type has changed #2

  • <> previously discarded all iniGlobals. Now it concatenates the globals from the two Ini values.

  • When two Ini values contained iniSections with the same name, <> previously returned the section from the left value and discarded the section of the same name from the right value. Now it concatenates the sections of the same name.

Tested with GHC 7.0 - ghc-9.6.0.20230128.

0.4.2

2022-07-26, Andreas Abel

  • Fail parsing if the input is not completely consumed #30
  • Print global values as well #28

Tested with GHC 7.0 - 9.4.1 RC1.

0.4.1

2019-01-02, Chris Done

  • Allow global section #6