----------------------- - Updated module loading to prevent duplicates of modules. - Updated ``LOAD_ATTR`` parsing to fix bug with multiple ``LOAD_ATTR`` in one statement - Updated tests for compatibility with ``kaze-python`` changes
0.4.7
----------------------- - Add support for python opcodes ``DUP_TOP_TWO``, ``ROT_THREE``, and ``ROT_TWO``
0.4.6
----------------------- - Add support for Enumerator/Iterator interop methods in kaze
0.4.5
----------------------- - update tests for changes in kaze-python