add text parameter to config.from_file

This commit is contained in:
AntoineMath 2023-02-22 14:40:49 +01:00 committed by David Lord
parent 4c288bc97e
commit b10b6d4af1
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 23 additions and 5 deletions

View file

@ -33,6 +33,8 @@ Unreleased
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
:pr:`4947`
- Ensure subdomains are applied with nested blueprints. :issue:`4834`
- ``config.from_file`` can use ``text=False`` to indicate that the parser wants a
binary file instead. :issue:`4989`
Version 2.2.3