* Pickling of RecordTrie is fixed (thanks lazarou for the report); * error messages should become more useful.
0.3.4
------------------
* Issues with mingw32 should be resolved (thanks Susumu Yata).
0.3.3
------------------
* ``.get(key, default=None)`` method for ``BytesTrie`` and ``RecordTrie``; * small README improvements.
0.3.2
------------------
* Small code cleanup; * ``load``, ``read`` and ``mmap`` methods returns 'self'; * I can't run tests (via tox) under Python 3.3 so it is removed from supported versions for now.
0.3.1
------------------
* ``.prefixes()`` support for RecordTrie and BytesTrie.
0.3
----------------
* RecordTrie and BytesTrie are introduced; * IntTrie class is removed (probably temporary?); * dumps/loads methods are renamed to tobytes/frombytes; * benchmark & tests improvements; * support for MARISA-trie config options is added.