----------------
* ``libdatrie`` improvements and bugfixes, including C iterator API support;
* custom iteration support using ``datrie.State`` and ``datrie.Iterator``.
* speed improvements: ``__length__``, ``keys``, ``values`` and
``items`` methods should be up to 2x faster.
* keys longer than 32768 are not supported in this release.