Releases from this point forward will only fix bugs, no new features will be added
on the 2.x branch. Please prepare to migrate your code to the 3.x branch once you
are running in a Python3 environment.
Changes:
Fix a bug in normalize() which sorted loop and saveframe tags according to the default schema
rather than provided schema.
Added DeprecationWarning to methods and functions that are removed in v3.x releases or will
be removed in the future.
Fix a bug in Loop.filter() triggered when a loop only has one tag.
Releases from this point forward will only fix bugs, no new features will be added on the 2.x branch. Please prepare to migrate your code to the 3.x branch once you are running in a Python3 environment.
Changes: