From 5386adc5a482ef3d0aef958ebf37d39ce0b06b88 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Tue, 4 Oct 2022 19:46:17 -0400 Subject: [PATCH] Update release notes --- doc/whatsnew/v0.12.1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/whatsnew/v0.12.1.rst b/doc/whatsnew/v0.12.1.rst index ed8047834c..6fe496f19b 100644 --- a/doc/whatsnew/v0.12.1.rst +++ b/doc/whatsnew/v0.12.1.rst @@ -6,4 +6,6 @@ v0.12.1 (Unreleased) - |Fix| Make :class:`objects.PolyFit` robust to missing data (:pr:`3010`). +- |Fix| Fixed a bug that caused an exception when more than two layers with the same mappings were added (:pr:`3055`). + - |Build| Seaborn no longer contains doctest-style examples, simplifying the testing infrastructure (:pr:`3034`).