From bbc7f3a6314691a48d71b0dd282f31e5ea1b4f54 Mon Sep 17 00:00:00 2001 From: JJ Date: Sat, 23 Jul 2016 16:57:49 +0200 Subject: [PATCH] updated changelog, resolve #1539 --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 522d63aa2..647612039 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -146,7 +146,8 @@ time or change existing behaviors in order to make them less surprising/more use Thanks to `@anntzer`_ for the PR. -* +* Better message in case of not using parametrized variable (see `#1539`_). + Thanks to `@tramwaj29`_ for the PR. * @@ -314,6 +315,7 @@ time or change existing behaviors in order to make them less surprising/more use .. _#1664: https://github.com/pytest-dev/pytest/pull/1664 .. _#1684: https://github.com/pytest-dev/pytest/pull/1684 .. _#1723: https://github.com/pytest-dev/pytest/pull/1723 +.. _#1539: https://github.com/pytest-dev/pytest/issues/1539 .. _@DRMacIver: https://github.com/DRMacIver .. _@RedBeardCode: https://github.com/RedBeardCode @@ -345,6 +347,7 @@ time or change existing behaviors in order to make them less surprising/more use .. _@tareqalayan: https://github.com/tareqalayan .. _@taschini: https://github.com/taschini .. _@txomon: https://github.com/txomon +.. _@tramwaj29: https://github.com/tramwaj29 2.9.2 =====