Release 1.2.0
- Add support for Standard dicionary v4.2
- Add support for Python 3.14
- Update pyproject.toml to PEP621 format
- Replace bespoke CSV parsing code with CSV module. This allows escaped double quotes to be handle correctly (affects Rules 4 & 5). (Issue #135 (closed))
- Raise exception if GROUP lines are missing (Issues #133 (closed) & #137 (closed))
- Fix SyntaxWarning in Python 3.14 about return statement inside 'finally' block (Issue #139 (closed))
- Add feature to choose subset of groups/tables to read from file (Issue #143 (closed))
- Address various warnings related to future changes and deprecations in Python
Edited by Asitha Senanayake