Add support for applying mutability on all sections of an INI configuration

This commit is contained in:
2026-03-15 23:37:05 +01:00
parent e8e5bddf51
commit da2e102343
4 changed files with 45 additions and 7 deletions
+3
View File
@@ -84,6 +84,9 @@ For the full documentation, see the Python docstrings.
## Changelog
### Version 0.2.1
- support for applying mutability on all sections of an INI configuration
### Version 0.2.0
- support for specifying mutability when parsing a configuration