From 876beddb8fe2d2fceae7a0675071de3886634433 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Tue, 11 Oct 2022 20:53:53 -0400 Subject: [PATCH] Make tenses consistent in release notes --- doc/whatsnew/v0.12.1.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/whatsnew/v0.12.1.rst b/doc/whatsnew/v0.12.1.rst index 0c58783698..76efa2b6fd 100644 --- a/doc/whatsnew/v0.12.1.rst +++ b/doc/whatsnew/v0.12.1.rst @@ -16,11 +16,11 @@ v0.12.1 (Unreleased) - |Enhancement| Marks that sort along the orient axis (e.g. :class:`objects.Line`) now use a stable algorithm (:pr:`3064`). -- |Enhancement| |Fix| Add a `label` parameter to :func:`pointplot`, which addresses a regression in 0.12.0 when :func:`pointplot` is passed to :class:`FacetGrid` (:pr:`3016`). +- |Enhancement| |Fix| Added a `label` parameter to :func:`pointplot`, which addresses a regression in 0.12.0 when :func:`pointplot` is passed to :class:`FacetGrid` (:pr:`3016`). -- |Fix| Fixed a bug that caused an exception when more than two layers with the same mappings were added (:pr:`3055`). +- |Fix| Fixed a bug that caused an exception when more than two layers with the same mappings were added to :class:`objects.Plot` (:pr:`3055`). -- |Fix| Make :class:`objects.PolyFit` robust to missing data (:pr:`3010`). +- |Fix| Made :class:`objects.PolyFit` robust to missing data (:pr:`3010`). - |Fix| Fixed a regression in :func:`kdeplot` where passing `cmap` for an unfilled bivariate plot would raise an exception (:pr:`3065`).