Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wilko committed Jan 29, 2021
1 parent fb7027c commit a22660f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@

## new version

## 0.16.1

`generate_clk_from_csv` and `generate_clks` now accept an optional `max_workers` argument.
This means systems that can't create sub-processes such as celery workers and AWS lambda
jobs can now use `clkhash`.
- `generate_clk_from_csv` and `generate_clks` now accept an optional `max_workers` argument.
This means systems that can't create sub-processes such as celery workers and AWS lambda
jobs can now use `clkhash`. #424
- fixed bug in `strategy` definition in the schema. #383
- fixed doc for numeric comparison. #385
- removed support for Python 3.5 #406

## 0.16.0

Expand Down

0 comments on commit a22660f

Please sign in to comment.