Skip to content
Snippets Groups Projects
Commit 89586e23 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

DOC: added Changelog

parent 7f645c74
No related branches found
No related tags found
2 merge requests!198REL: Release 0.10.0,!182Better error message
Pipeline #56441 passed with warnings
......@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- XMLTextNodeConverter for converting text nodes created by XMLTagConverter
- XMLAttributeNodeConverter for converting attribute nodes created by XMLTagConverter
- Added better error message for some cases of broken converter and record definitions.
### Changed ###
......
......@@ -348,4 +348,4 @@ Converter:
converter_registry = create_converter_registry(broken_definition)
with pytest.raises(RuntimeError, match="dict expected, but found str: 42"):
scan_structure_elements(DictElement(name="", value=data), broken_definition, converter_registry)
scan_structure_elements(DictElement(name="", value=data), broken_definition, converter_registry)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment