Skip to content

Commit

Permalink
History for 3.1.0 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 26, 2021
1 parent fc1f81d commit f950fff
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# History

## 3.1.0 (Unreleased)
## 3.1.0 (2021-10-26)

### Improvements

- Add support for Python 3.10 (#504).
- The csv, xls, and xlsx formats gained support for the `skip_lines` keyword
argument for their `import_set()` method to be able to skip the nth first
lines of a read file.
lines of a read file (#497).

### Bugfixes

- Avoided mutable parameter defaults (#494).
- Specify build backend for editable installs (#501).
- Doubled sample size passed to `csv.Sniffer()` in `_csv.detect()` (#503).

## 3.0.0 (2020-12-05)

### Breaking changes

- Dropped Python 3.5 support
- Dropped Python 3.5 support.
- JSON-exported data is no longer forced to ASCII characters.
- YAML-exported data is no longer forced to ASCII characters.

Expand Down

0 comments on commit f950fff

Please sign in to comment.