Skip to content

Commit c15e6a8

Browse files
committed
update change log
1 parent 9365f96 commit c15e6a8

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
11
Change log
22
================================================================================
33

4-
Unreleased
4+
0.2.0 - Unreleased
55
--------------------------------------------------------------------------------
66

7-
#. compatibility with pyexcel-io 0.2.0
7+
Added
8+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9+
10+
#. 'library=pyexcel-xlsx' was added to inform pyexcel to use it instead of other libraries, in the situation where there are more than one plugin for a file type, e.g. xlsm
11+
12+
Updated
13+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14+
15+
#. support the auto-import feature of pyexcel-io 0.2.0
16+
817

918
0.1.0 - 17.01.2016
1019
--------------------------------------------------------------------------------
1120

21+
Added
22+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23+
24+
#. Passing "streaming=True" to get_data, you will get the two dimensional array as a generator
25+
#. Passing "data=your_generator" to save_data is acceptable too.
26+
27+
Updated
28+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1229
#. compatibility with pyexcel-io 0.1.0

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ or clone it and install it:
3636
Usage
3737
================================================================================
3838

39-
New feature
40-
--------------------------------------------------------------------------------
41-
42-
43-
1. Passing "streaming=True" to get_data, you will get the two dimensional array as a generator
44-
2. Passing "data=your_generator" to save_data is acceptable too.
45-
46-
4739
As a standalone library
4840
--------------------------------------------------------------------------------
4941

0 commit comments

Comments
 (0)