From 0d506dcc9c998d656d512c7269d8a92ed73a4d5a Mon Sep 17 00:00:00 2001 From: Patrick Kenny Date: Sat, 13 Aug 2022 21:55:20 -0400 Subject: [PATCH] Adds changelog, updates AUTHORS. --- AUTHORS | 1 + changelog/10210.bugfix.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/10210.bugfix.rst diff --git a/AUTHORS b/AUTHORS index e797f2146..9822b81cc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -265,6 +265,7 @@ Ondřej Súkup Oscar Benjamin Parth Patel Patrick Hayes +Patrick Kenny Paul Müller Paul Reece Pauli Virtanen diff --git a/changelog/10210.bugfix.rst b/changelog/10210.bugfix.rst new file mode 100644 index 000000000..7ef0fd341 --- /dev/null +++ b/changelog/10210.bugfix.rst @@ -0,0 +1 @@ +Fixes issue where nested data structures of different types did not raise an error with ``approx``.