From 3e03f9b6834b4bdcdd6172585a3dff1e8c52ae1d Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Mon, 11 Mar 2024 09:06:34 -0600 Subject: [PATCH] Update docs/source/whatsnew/v0.23.rst Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com> --- docs/source/whatsnew/v0.23.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/whatsnew/v0.23.rst b/docs/source/whatsnew/v0.23.rst index fe5bf11b7..0540f4ad2 100644 --- a/docs/source/whatsnew/v0.23.rst +++ b/docs/source/whatsnew/v0.23.rst @@ -20,7 +20,7 @@ Features * @lgolston updated the shapefile readers and added documentation. (:pull:`2236`) -* Ruth Comer turned the GridLiner into a matplotlib Artist making it easier to +* Ruth Comer turned the ``GridLiner`` into a Matplotlib ``Artist`` making it easier to add and remove gridlines and fewer internal draws for better performance. (:pull:`2249`, :pull:`2252`) * The cartopy feature download script (useful for downloading Natural Earth Features @@ -28,7 +28,7 @@ Features using :code:`python -m cartopy.feature.download`, or through the installed command line interface using :code:`cartopy-feature-download`. (:pull:`2263`) -* The Stamen Maps API is no longer available. There is a new class StadiaMaps +* The Stamen Maps API is no longer available. There is a new class ``StadiaMaps`` that can be used to access the Stadia Maps API which contains the Stamen styled tiles. (:pull:`2269`)