Changelog for Igo-Python
========================
2018-09-22 -- 1.0.0
    * dropped Python 3.3 from supported Python version.

2017-02-09 -- 0.9.9
    * fixed few small issues and add unit test.

2016-07-08 -- 0.9.8
    * fixed a surrogate pair character handling issue

2015-12-16 -- 0.9.7.1
    * Tagger can be pickled on Python2 env

2015-12-14 -- 0.9.7
    * include pre-built IPA dictionary

2015-07-03 -- 0.9.6
    * fixed an issue of dictionary size in mmap mode

2015-04-14 -- 0.9.5
    * use mmap to load files of a dictionary if it is possible

2013-07-05 -- 0.9.3
    * support characters in Supplementary Planes

2012-02-27 -- 0.9.2
    * apply changes in Igo(java) 0.4.4

2012-02-27 -- 0.9.1
    * synchronize with Igo(java) 0.4.5

2011-09-01 -- 0.9
    * compatibility with python3.2
    * update the code base to igo-0.4.3
    * add some enhances and clean up.

2011-08-29 -- 0.4
    * add some enhances and clean up.

2010-11-28 -- 0.3a
    * fix bugs(if a phrase ends with 'た' will causes error)

2010-11-27 -- 0.3
    * drop mmap related code
    * reduce memory footprint

2010-11-27 -- 0.2
    * support Google App Engine(maybe)

2010-11-27 -- 0.1a
    * update package info only.

2010-11-25 -- 0.1
    * first release.
