Skip to content

Commit

Permalink
1.10.3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Apr 1, 2021
1 parent c499ff9 commit aa287c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.10.3 - xdist bugfix + lazy `pandas` loading

- `pandas` is now only imported when used, to speed up boot time. Fixes [#49](https://github.com/smarie/python-pytest-harvest/issues/49)

- Fixed issue with latest `pytest`+`pytest-xdist` versions: `pytest_harvest_xdist_worker_dump` hook is now called correctly. Fixes [#48](https://github.com/smarie/python-pytest-harvest/issues/48)

### 1.10.2 - CI/CD change

- This is a technical release to validate that migration to Github Actions worked.
Expand Down

0 comments on commit aa287c2

Please sign in to comment.