Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Dec 16, 2016
1 parent bb0da6a commit 37bbf17
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
Change log
================================================================================

0.3.0 - unreleased
deferred - unreleased
--------------------------------------------------------------------------------

Updated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`__, use cString by default
#. lazy loading of plugins
#. make case-insensitive for file type
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`__,
use cString by default


0.3.0 - unreleased
--------------------------------------------------------------------------------

Added
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

#. lazy loading of plugins. for example, pyexcel-xls is not entirely loaded
until xls format is used at its first attempted reading or writing. Since
it is loaded, it will not be loaded in the second io action.
#. `pyexcel-xls issue 11 <https://github.com/pyexcel/pyexcel-xls/issues/11>`_,
make case-insensitive for file type


0.24 - 24.11.2016
Expand Down

0 comments on commit 37bbf17

Please sign in to comment.