Skip to content

Commit 8a2caad

Browse files
author
Sylvain MARIE
committed
Added changelog for 3.8. Ready to ship!
1 parent ea22beb commit 8a2caad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 3.8.0 - async, generators and strict-markers
4+
5+
- `@fixture` and `@parametrize` are now async and generator aware. Fixes
6+
[#286](https://github.com/smarie/python-pytest-cases/issues/286). PR
7+
[#301](https://github.com/smarie/python-pytest-cases/pull/301) by [jgersti](https://github.com/jgersti).
8+
- Fixed error with `pytest` `--strict-markers`. Fixes
9+
[#283](https://github.com/smarie/python-pytest-cases/issues/283). PR
10+
[#300](https://github.com/smarie/python-pytest-cases/pull/300) by [chrsmcgrr](https://github.com/chrsmcgrr).
11+
312
### 3.7.0 - python 3.12
413

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

0 commit comments

Comments
 (0)