- fix pickling on py 3.5 - the 'name' parameter to build_dicti can now be a qualname
17.10.2020
- use ``str.casefold()`` on python3 - make normalization function a parameter of ``build_dict``, so that user-defined normalization functions can be passed
15.12.2022
- add type hints
08.09.2016
- fix UnicodeDecodeError in setup when UTF-8 is not the default encoding
04.11.2021
- maintenance release for testing automatic releases using GitHub Actions
01.02.2014
- add coverage reports - use more extensive unit tests - add support for pickle