- library upgraded to pydantic version 2. See https://docs.pydantic.dev/2.0/migration/
1.0.0
------------------
- library api stabilized - custom root type serialization format changed.
0.7.0
------------------
- from_xml, from_xml_tree methods return type bound to cls type. This resolves the problem with mypy checker. See https://github.com/dapper91/pydantic-xml/issues/65 - wrapped sub-elements serialization bug fixed. See https://github.com/dapper91/pydantic-xml/pull/70
0.6.3
------------------
- forward refs support added. See https://github.com/dapper91/pydantic-xml/pull/61