0.2.5
-----------------------------------

- prophyc sorts symbols accorting to dependencies also in patched sack case
- prophy copy_from bug fixed

0.2.4
-----------------------------------

- prophyc sack mode doesn't use libclang to cross-compile for 32-bit platform
- prophyc sack mode removes all non-alphanumeric chars from identifiers in generic way
- prophy adds padding dynamically, which allows more freedom in using etc. strings

0.2.3
-----------------------------------

- prophyc dependency-sorts nodes in its model again after patching

0.2.2
-----------------------------------

- prophyc sack parses anonymous structs in files with hyphens in path name correctly

0.2.1
-----------------------------------

- prophyc sack parser parses incomplete arrays

0.2
-----------------------------------

- prophy structs, unions and arrays with enums return enum type instances instead of ints
  enum instance has access to enumerator name string

0.1
-----------------------------------

- isar input (xml parser from standard library)
- sack input (C++ parser based on python clang and libclang, version at least 3.4)
- python output (python descriptors turned into codecs by python prophy library)
- patch mechanism (allows to modify parsed structures before rendering output)

