xmltodict v0.13.0 Release Notes

    • โž• Add install info to readme for openSUSE. (#205)
      • Thanks, @smarlowucf!
    • ๐Ÿ‘Œ Support defaultdict for namespace mapping (#211)
      • Thanks, @nathanalderson!
    • ๐Ÿ“œ parse(generator) is now possible (#212)
      • Thanks, @xandey!
    • ๐Ÿ“œ Processing comments on parsing from xml to dict (connected to #109) (#221)
      • Thanks, @svetazol!
    • โž• Add expand_iter kw to unparse to expand iterables (#213)
      • Thanks, @claweyenuk!
    • ๐Ÿ›  Fixed some typos
      • Thanks, @timgates42 and @kianmeng!
    • โž• Add support for python3.8
      • Thanks, @t0b3!
    • โฌ‡๏ธ Drop Jython/Python 2 and add Python 3.9/3.10.
    • โฌ‡๏ธ Drop OrderedDict in Python >= 3.7
    • Do not use len() to determine if a sequence is empty
      • Thanks, @DimitriPapadopoulos!
    • โž• Add more namespace attribute tests
      • Thanks, @leogregianin!
    • ๐Ÿ›  Fix encoding issue in setup.py
      • Thanks, @rjarry!