# Changelog ## 0.3.0 (2016-12-25) - Updated mappings from Text::Unidecode version 1.30. ## 0.2.0 (2015-07-01) - Switched from phf map to lookup table for speed increase ## 0.1.10 (2015-07-01) - Added `unidecode_char()` function ## 0.1.9 (2015-04-14) - Fixed incorrect visibility modifier ## 0.1.8 (2015-04-12) - Replaced `phf_macros` usage with `phf_codegen`, which works on stable Rust ## 0.1.7 (2015-03-26) - Updated dependencies ## 0.1.6 (2015-03-22) - Updated dependencies ## 0.1.5 (2015-03-20) - Updated dependencies ## 0.1.4 (2015-03-18) - Fixed typos ## 0.1.3 (2015-03-17) - Changed badges in README to use shields.io ## 0.1.2 (2015-03-17) - Added version badge to README ## 0.1.1 (2015-03-17) - Added link to documentation in the README ## 0.1.0 (2015-03-17) - Initial release - Entire `Text::Unidecode` data set exported into a Rust code file