Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Aug 3, 2017
1 parent 218e428 commit 76ddc1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Expand Up @@ -835,14 +835,19 @@ and `mock` packages. This packages are available only in tox envionments.

## Changelog

Here described only breaking and the most important changes. The full changelog could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tabulator-py/commits/master).
Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tabulator-py/commits/master).

### v1.2

Improved behaviour:
- autodetect common csv delimiters

### v1.1

New API added:
- added `fill_merged_cells` argument to `xls/xlsx` formats

### [v1.0](https://github.com/frictionlessdata/tabulator-py/tree/v1.0.0)
### v1.0

New API added:
- published `Loader/Parser/Writer` API
Expand All @@ -857,7 +862,7 @@ Deprecated API removal:
Provisional API changed:
- updated `Loader/Parser/Writer` API - please use an updated version

### [v0.15](https://github.com/frictionlessdata/tabulator-py/tree/v0.15.0)
### v0.15

Provisional API added:
- unofficial support for `Stream` arguments `custom_loaders/parsers`
2 changes: 1 addition & 1 deletion tabulator/VERSION
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit 76ddc1a

Please sign in to comment.