Skip to content

Commit

Permalink
Added changelog for 3.8. Ready to ship!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Oct 11, 2023
1 parent ea22beb commit 8a2caad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 3.8.0 - async, generators and strict-markers

- `@fixture` and `@parametrize` are now async and generator aware. Fixes
[#286](https://github.com/smarie/python-pytest-cases/issues/286). PR
[#301](https://github.com/smarie/python-pytest-cases/pull/301) by [jgersti](https://github.com/jgersti).
- Fixed error with `pytest` `--strict-markers`. Fixes
[#283](https://github.com/smarie/python-pytest-cases/issues/283). PR
[#300](https://github.com/smarie/python-pytest-cases/pull/300) by [chrsmcgrr](https://github.com/chrsmcgrr).

### 3.7.0 - python 3.12

- Added official support for Python 3.10, 3.11 and 3.12. Fixes [#314](https://github.com/smarie/python-pytest-cases/issues/314)
Expand Down

0 comments on commit 8a2caad

Please sign in to comment.