Skip to content

Commit e555777

Browse files
committed
prepare 0.2.1 release
1 parent 69df074 commit e555777

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
Change log
22
================================================================================
33

4-
0.2.1 - unreleased
4+
0.22 - unreleased
55
--------------------------------------------------------------------------------
66

77
Updated
88
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
99

10-
#. Attention, user of pyexcel-io! No longer io stream validation is performed in python 3. The guideline is: io.StringIO for csv, tsv only, otherwise BytesIO for xlsx, xls, ods. You can use RWManager.get_io to produce a correct stream type for you.
10+
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`__, use cString by default
11+
12+
0.2.1 - 09.07.2016
13+
--------------------------------------------------------------------------------
14+
15+
16+
Added
17+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
18+
1119
#. csv format: handle utf-16 encoded csv files. Potentially being able to decode other formats if correct "encoding" is provided
20+
#. csv format: write utf-16 encoded files. Potentially other encoding is also supported
21+
#. support stdin as input stream and stdout as output stream
22+
23+
Updated
24+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1225

26+
#. Attention, user of pyexcel-io! No longer io stream validation is performed in python 3. The guideline is: io.StringIO for csv, tsv only, otherwise BytesIO for xlsx, xls, ods. You can use RWManager.get_io to produce a correct stream type for you.
27+
#. `#15 <https://github.com/pyexcel/pyexcel-io/issues/15>`__, support foreign django/sql foreign key
28+
1329
0.2.0 - 01.06.2016
1430
--------------------------------------------------------------------------------
1531

0 commit comments

Comments
 (0)