- Fixed ``tokenise`` to handle underscores as unknown symbols (`5 <https://github.com/pavelsof/ipatok/issues/5>`_).
0.4.1
------------------
- Fixed ``clusterise`` to properly forward its keyword arguments to ``tokenise`` (`4 <https://github.com/pavelsof/ipatok/pull/4>`_).
0.4.0
------------------
- Added a new function — ``clusterise`` — which lists the vowel and consonant clusters of an IPA string. Thank you, `martino-vic <https://github.com/martino-vic>`_!