From 913c07e41418c123228ad2ed50803b328f7a177f Mon Sep 17 00:00:00 2001 From: Andrea Cimatoribus Date: Wed, 12 Sep 2018 12:15:36 +0200 Subject: [PATCH] Add changelog file and new author --- AUTHORS | 1 + changelog/3849.feature.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/3849.feature.rst diff --git a/AUTHORS b/AUTHORS index 2d59a1b0f..9b4b8b8cc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,6 +13,7 @@ Alexei Kozlenok Anatoly Bubenkoff Anders Hovmöller Andras Tim +Andrea Cimatoribus Andreas Zeidler Andrzej Ostrowski Andy Freeland diff --git a/changelog/3849.feature.rst b/changelog/3849.feature.rst new file mode 100644 index 000000000..26cbfe7b4 --- /dev/null +++ b/changelog/3849.feature.rst @@ -0,0 +1 @@ +Add ``empty_parameter_set_mark=fail_at_collect`` ini option for raising an exception when parametrize collects an empty set.