From c16b121594fae69a1fb63dc8dff54332fec2b0a2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 8 Nov 2019 10:50:51 -0300 Subject: [PATCH] Add CHANGELOG for #6152 --- changelog/6152.improvement.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/6152.improvement.rst diff --git a/changelog/6152.improvement.rst b/changelog/6152.improvement.rst new file mode 100644 index 000000000..8e5f4d52a --- /dev/null +++ b/changelog/6152.improvement.rst @@ -0,0 +1 @@ +Now parametrization will use the ``__name__`` attribute of any object for the id, if present. Previously it would only use ``__name__`` for functions and classes.