From 1f3ad9c49431cca330423860d47c0305ea3a59a0 Mon Sep 17 00:00:00 2001 From: Tom Nicholas Date: Mon, 17 Jul 2023 02:02:36 -0400 Subject: [PATCH] Update whats-new.rst for new release --- doc/whats-new.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 3740a5a44f1..9687cad1b60 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -29,6 +29,7 @@ Breaking changes Deprecations ~~~~~~~~~~~~ + - `hue_style` is being deprecated for scatter plots. (:issue:`7907`, :pull:`7925`). By `Jimmy Westling `_. @@ -44,11 +45,17 @@ Internal Changes ~~~~~~~~~~~~~~~~ -v2023.07.0 (July 11, 2023) +v2023.07.0 (July 17, 2023) -------------------------- This release brings improvements to the documentation on wrapping numpy-like arrays, improved docstrings, and bug fixes. +Deprecations +~~~~~~~~~~~~ + +- `hue_style` is being deprecated for scatter plots. (:issue:`7907`, :pull:`7925`). + By `Jimmy Westling `_. + Bug fixes ~~~~~~~~~