From 77ade9edca6129196734a0359a77158dfc5e8341 Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Thu, 3 Jun 2021 17:29:04 +0200 Subject: [PATCH] 3.6.1 changelog --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index bfdd75da..fb600bf4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 3.6.1 - bugfix - parametrizing a class with `@parametrize` + + - Fixed `ValueError` when `@parametrize` is used to parametrize a class. Also, added a more explicit `TypeError` when `@parametrize` is used to parametrize a class and at least a fixture reference is present. Fixed [#215](https://github.com/smarie/python-pytest-cases/issues/215). + ### 3.6.0 - `unpack_fixtures` in classes + `current_cases` improvements - The `current_cases` fixture now contains case parameters if any. Fixes [#214](https://github.com/smarie/python-pytest-cases/issues/214)