Skip to content

Latest commit

 

History

History
124 lines (79 loc) · 3.3 KB

CHANGELOG.rst

File metadata and controls

124 lines (79 loc) · 3.3 KB

Changes

3.2.0 (13 Sep 2023)

  • Use the standard library's tomllib module on Python 3.11 and above and switch to tomli for earlier versions.

Thanks to Wim Glenn for the work!

3.1.0 (28 Nov 2022)

3.0.0 (20 Sep 2022)

2.6.0 (5 Aug 2020)

2.5.1 (4 Jun 2020)

2.5.0 (1 Jun 2020)

2.4.0 (31 May 2020)

  • Allow the list of values considered false by :meth:`if_supplied` to be specified.
  • :meth:`if_supplied` no longer considers False to be false, as when present, that's often an explicitly provided value.

2.3.0 (27 May 2020)

2.2.0 (25 May 2020)

2.1.0 (25 May 2020)

2.0.0 (15 Apr 2020)

  • Performance improvements when import parsers.
  • Removed the ability to provide new parsers using pkg_resources entry points.

1.3.0 (29 Jan 2020)

  • Add :meth:`Config.from_env` class method to help with extacting large numbers of environment variables into configuration.

1.2.0 (29 May 2019)

1.1.0 (29 May 2019)

1.0.0 (4 Apr 2019)

0.5.0 (15 Mar 2019)

  • Initial release without docs.