--------------------------------------------------------------------------------
**removed**
. python 3.6 lower versions are no longer supported
**updated**
. pyexcel-io plugin interface has been rewritten. PyInstaller user will be
impacted. please read 'Packaging with Pyinstaller' in the documentation.
. new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting
query set source done. it is against the plugin interface.
**fixed**
. `74 <https://github.com/pyexcel/pyexcel-io/issues/74>`_: handle zip files
which contain non-UTF-8 encoded files.
**added**
. `86 <https://github.com/pyexcel/pyexcel-io/issues/86>`_: allow trailing
options, get_data(...keep_trailing_empty_cells=True).