Skip to content

v1.3.1

Compare
Choose a tag to compare
@arp242 arp242 released this 06 Jun 10:02
· 26 commits to master since this release
96fcef2

This fixes two small bugs:

  • The BURNTSUSHI_TOML_110 environment variable would be checked on package import, rather than Decode().

    This meant that setting os.Setenv("BURNTSUSHI_TOML_110", "") had no effect, as it happens after the import.

  • Fix order of Meta.Keys() for inline tables (this has been an issue since support for inline tables was added).