From b5286ea44808fd9accdbc6213c027e3988afb48a Mon Sep 17 00:00:00 2001 From: janus Date: Mon, 2 Nov 2020 13:08:07 +0100 Subject: [PATCH] Add 1.2.0 whatsnew entry --- doc/source/whatsnew/v1.2.0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v1.2.0.rst b/doc/source/whatsnew/v1.2.0.rst index 84f594acf5e4cb..7a2e781590939e 100644 --- a/doc/source/whatsnew/v1.2.0.rst +++ b/doc/source/whatsnew/v1.2.0.rst @@ -558,6 +558,7 @@ Other - Bug in :meth:`Index.union` behaving differently depending on whether operand is a :class:`Index` or other list-like (:issue:`36384`) - Passing an array with 2 or more dimensions to the :class:`Series` constructor now raises the more specific ``ValueError``, from a bare ``Exception`` previously (:issue:`35744`) - Bug in ``accessor.DirNamesMixin``, where ``dir(obj)`` wouldn't show attributes defined on the instance (:issue:`37173`). +- Bug in metadata propagation for ``groupby`` iterator (:issue:`37343`) .. ---------------------------------------------------------------------------