----------------
- Make it possible to adjust the attributes considered when comparing nodes.
- Python versions 3.7 to 3.11 are now supported.
- Improved node matching method, that puts more emphasis similarities than
differences when weighing attributes vs children.
- Added a parameter to return error code 1 when there are differences between the files
- Added a parameter for ignoring attributes in comparison.
- Solved a bug in xmlpatch in certain namespace situations.
- Added a --diff-encoding parameter to xmlpatch, to support diff-files that are
not in your system default encoding.