xmltodict v0.10.0 Release Notes

Release Date: 2016-02-23 // about 8 years ago
    • โž• Add force_list feature.
      • Thanks, @guewen and @jonlooney!
    • โž• Add support for Python 3.4 and 3.5.
    • ๐ŸŽ Performance optimization: use list instead of string for CDATA.
      • Thanks, @bharel!
    • ๐Ÿง Include Arch Linux package instructions in README.
      • Thanks, @felixonmars!
    • ๐Ÿ‘Œ Improved documentation.
      • Thanks, @ubershmekel!
    • ๐Ÿ‘ Allow any iterable in unparse, not just lists.
      • Thanks, @bzamecnik!
    • ๐Ÿ›  Bugfix: Process namespaces in attributes too.
    • ๐Ÿ‘ Better testing under Python 2.6.
      • Thanks, @TyMaszWeb!