Add support for specifying mutability when parsing a configuration

This commit is contained in:
2026-03-15 23:10:15 +01:00
parent 264f8a0083
commit e46a9784bb
7 changed files with 64 additions and 10 deletions
+3
View File
@@ -84,6 +84,9 @@ For the full documentation, see the Python docstrings.
## Changelog
### Version 0.2.0
- support for specifying mutability when parsing a configuration
### Version 0.1.1
- backward compatibility for Python < 3.12: in Python < 3.12, f-string expression parts could not contain backslashes. The code contained an f-string with backslahes in the expression part. As an alternative to the f-string, normal strings are concatenated now.